We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c045479 + 8584558 commit 619a438Copy full SHA for 619a438
contrib/vscode/init.sh
@@ -25,8 +25,12 @@ cat >.vscode/settings.json.new <<\EOF ||
25
"editor.detectIndentation": false,
26
"editor.insertSpaces": false,
27
"editor.tabSize": 8,
28
- "editor.wordWrap": "wordWrapColumn",
29
- "editor.wordWrapColumn": 80,
+ "files.trimTrailingWhitespace": true
+ },
30
+ "[txt]": {
31
+ "editor.detectIndentation": false,
32
+ "editor.insertSpaces": false,
33
+ "editor.tabSize": 8,
34
"files.trimTrailingWhitespace": true
35
},
36
"files.associations": {
0 commit comments