Skip to content

Commit 49716fb

Browse files
committed
basic linting and formatting
1 parent e95650d commit 49716fb

File tree

6 files changed

+460
-443
lines changed

6 files changed

+460
-443
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"search.exclude": {
77
"out": true // set this to false to include "out" folder in search results
88
},
9-
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
9+
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
10+
"clang-format.language.typescript.enable": true,
11+
"editor.formatOnType": false
1012
}

0 commit comments

Comments
 (0)