mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
remove vscode files
This commit is contained in:
parent
d352d8da48
commit
d63d913b74
1 changed files with 0 additions and 29 deletions
29
.vscode/settings.json
vendored
29
.vscode/settings.json
vendored
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.lineHeight": 24,
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "on",
|
||||
"strings": "on",
|
||||
"other": "on"
|
||||
}
|
||||
},
|
||||
"files.defaultLanguage": "markdown",
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"foam.edit.linkReferenceDefinitions": "off",
|
||||
"foam.openDailyNote.directory": "journal",
|
||||
"foam.openDailyNote.titleFormat": "fullDate",
|
||||
"git.enableSmartCommit": true,
|
||||
"git.postCommitCommand": "sync",
|
||||
"markdown.preview.breaks": true,
|
||||
"pasteImage.path": "${projectRoot}/attachments",
|
||||
"pasteImage.showFilePathConfirmInputBox": true,
|
||||
"prettier.singleQuote": false,
|
||||
}
|
Loading…
Add table
Reference in a new issue