Skip to content

Commit 5ec064b

Browse files
YashdalfTheGrayJosh Goldberg
authored and
Josh Goldberg
committed
added the editor tab width for people who have their editors configured to be 2 spaces (#224)
1 parent a07f475 commit 5ec064b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.vscode/settings.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"files.exclude": {
33
"**/*.d.ts": true,
44
"**/*.js.map": true,
5-
"**/*.js": { "when": "$(basename).ts" }
5+
"**/*.js": {
6+
"when": "$(basename).ts"
7+
}
68
},
79
"prettier.ignorePath": ".prettierignore",
8-
"typescript.tsdk": "node_modules/typescript/lib"
10+
"typescript.tsdk": "node_modules/typescript/lib",
11+
"editor.tabSize": 4
912
}

0 commit comments

Comments
 (0)