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