vsc-material-theme/.vscode/settings.json

29 lines
658 B
JSON
Raw Normal View History

2018-04-20 20:07:36 +02:00
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.insertFinalNewline": true,
2018-04-20 20:07:36 +02:00
"files.exclude": {
"**/.git": true,
".git-crypt": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.js.map": true
},
"files.associations": {
"*.template": "json"
},
"html.format.preserveNewLines": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 4,
"editor.wordWrap": "on",
"editor.quickSuggestions": false
},
"gulp.autoDetect": "off",
2019-12-09 09:54:24 +01:00
"npm.autoDetect": "off",
"eslint.autoFixOnSave": true
}