Skip to content

Commit 619a438

Browse files
committed
Merge branch 'ds/vscode-settings' into maint
* ds/vscode-settings: vscode: improve tab size and wrapping
2 parents c045479 + 8584558 commit 619a438

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

contrib/vscode/init.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ cat >.vscode/settings.json.new <<\EOF ||
2525
"editor.detectIndentation": false,
2626
"editor.insertSpaces": false,
2727
"editor.tabSize": 8,
28-
"editor.wordWrap": "wordWrapColumn",
29-
"editor.wordWrapColumn": 80,
28+
"files.trimTrailingWhitespace": true
29+
},
30+
"[txt]": {
31+
"editor.detectIndentation": false,
32+
"editor.insertSpaces": false,
33+
"editor.tabSize": 8,
3034
"files.trimTrailingWhitespace": true
3135
},
3236
"files.associations": {

0 commit comments

Comments
 (0)