Skip to content

Commit 6596cf4

Browse files
committed
chore: upload vscode settings config
1 parent 0dfbf00 commit 6596cf4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)