mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
VS Code: refine indentation settings
This commit is contained in:
parent
5ad207f785
commit
ecc7b30844
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -2,5 +2,12 @@
|
||||
"editor.rulers": [80],
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": false
|
||||
"editor.insertSpaces": false,
|
||||
"[starlark]": {
|
||||
"editor.insertSpaces": true
|
||||
},
|
||||
"[json]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user