Merge branch 'ds/vscode-settings' into maint
* ds/vscode-settings: vscode: improve tab size and wrapping
This commit is contained in:
commit
619a4382fa
@ -25,8 +25,12 @@ cat >.vscode/settings.json.new <<\EOF ||
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 8,
|
||||
"editor.wordWrap": "wordWrapColumn",
|
||||
"editor.wordWrapColumn": 80,
|
||||
"files.trimTrailingWhitespace": true
|
||||
},
|
||||
"[txt]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 8,
|
||||
"files.trimTrailingWhitespace": true
|
||||
},
|
||||
"files.associations": {
|
||||
|
Loading…
Reference in New Issue
Block a user