chore: dumps .editorconfig and moves settings to settings.json
This commit is contained in:
parent
c474bcf958
commit
3bdd28f323
2 changed files with 24 additions and 17 deletions
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
|
@ -1,6 +1,29 @@
|
|||
{
|
||||
"vsicons.presets.angular": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"node_modules": true,
|
||||
"**/*.js": {
|
||||
"when": "$(basename).ts"
|
||||
}
|
||||
},
|
||||
"files.associations": {
|
||||
"*.template": "json"
|
||||
},
|
||||
"html.format.preserveNewLines": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"[python]": {
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[markdown]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.tabSize": 4,
|
||||
"editor.wordWrap": "on",
|
||||
"editor.quickSuggestions": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue