mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-08 08:54:21 +00:00
Enable autocommit for delete and create
This commit is contained in:
@@ -34,7 +34,7 @@ export const DEFAULT_SETTINGS = {
|
||||
gitUser: '',
|
||||
gitToken: '',
|
||||
gitAutoCommit: false,
|
||||
gitCommitMsgTemplate: 'Update ${filename}',
|
||||
gitCommitMsgTemplate: '${action} ${filename}',
|
||||
};
|
||||
|
||||
export const DEFAULT_FILE = {
|
||||
|
||||
Reference in New Issue
Block a user