Skip to content

Commit 86568f2

Browse files
committed
Add format on save for everything
1 parent 43b49a9 commit 86568f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
},
1111
"typescript.tsdk": "./node_modules/typescript/lib",
1212
"editor.tabSize": 2, // we want to use the TS server from our node_modules folder to control its version,
13-
"[typescript]": {
14-
"editor.formatOnSave": true
15-
},
13+
"editor.formatOnSave": true,
1614
"files.associations": {
1715
".prettierrc": "yaml"
1816
}

0 commit comments

Comments
 (0)