Skip to content

Commit a7a91a0

Browse files
committed
Clean up settings.json to be consistent with the one for PSES
1 parent 5f9cfd6 commit a7a91a0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.vscode/settings.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
// Controls the rendering size of tabs in characters. Accepted values: "auto", 2, 4, 6, etc. If set to "auto", the value will be guessed when a file is opened.
4-
"editor.tabSize": 4,
5-
6-
// Controls if the editor will insert spaces for tabs. Accepted values: "auto", true, false. If set to "auto", the value will be guessed when a file is opened.
7-
"editor.insertSpaces": true,
8-
9-
// When enabled, will trim trailing whitespace when you save a file.
3+
"editor.tabSize": 4,
4+
"editor.insertSpaces": true,
105
"files.trimTrailingWhitespace": true,
116

127
// Lock the TypeScript SDK path to the version we use

0 commit comments

Comments
 (0)