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.
1 parent 0dfbf00 commit 6596cf4Copy full SHA for 6596cf4
.vscode/settings.json
@@ -0,0 +1,16 @@
1
+{
2
+ "editor.formatOnSave": true,
3
+ "editor.codeActionsOnSave": {
4
+ "source.organizeImports": "always",
5
+ "source.sortImports": "always",
6
+ "source.removeUnusedImports": "always",
7
+ "source.fixAll.ts": "always"
8
+ },
9
+ "files.insertFinalNewline": true,
10
+ "javascript.autoClosingTags": true,
11
+ "javascript.format.semicolons": "remove",
12
+ "javascript.format.insertSpaceAfterConstructor": true,
13
+ "html.format.wrapAttributes": "force-expand-multiline",
14
+ "html.format.wrapAttributesIndentSize": 4,
15
+ "html.autoClosingTags": true,
16
+}
0 commit comments