2018-04-20 20:07:36 +02:00
|
|
|
{
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true,
|
2018-05-07 16:23:17 +02:00
|
|
|
"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
|
2019-01-31 21:35:51 +01:00
|
|
|
}
|