We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d713ffc + 366d778 commit 09cd289Copy full SHA for 09cd289
.gitignore
@@ -18,7 +18,6 @@ yarn-error.log*
18
19
# Editor directories.ts and files
20
.idea
21
-.vscode
22
*.suo
23
*.ntvs*
24
*.njsproj
.vscode/settings.json
@@ -0,0 +1,6 @@
1
+{
2
+ "editor.tabSize": 4,
3
+ "files.trimTrailingWhitespace": true,
4
+ "files.trimFinalNewlines": true,
5
+ "files.insertFinalNewline": true
6
+}
0 commit comments