Skip to content

Commit

Permalink
Merge branch 'ds/vscode-settings' into jch
Browse files Browse the repository at this point in the history
* ds/vscode-settings:
  vscode: improve tab size and wrapping
  • Loading branch information
gitster committed Jun 28, 2022
2 parents 240ce92 + 8584558 commit b18fd14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions contrib/vscode/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b18fd14

Please sign in to comment.