Skip to content

Commit 9e9664c

Browse files
committed
sort json
1 parent 926211e commit 9e9664c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.vscode/settings.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"editor.detectIndentation": false,
3-
"editor.formatOnSave": true,
4-
"python.linting.enabled": true,
5-
"python.analysis.typeCheckingMode": "off",
6-
"python.languageServer": "Pylance",
7-
"python.formatting.provider": "black",
8-
"git.autofetch": "all",
9-
"prettier.tabWidth": 4,
10-
"prettier.endOfLine": "auto",
11-
"prettier.proseWrap": "never",
12-
"files.associations": {
13-
"**/templates/**.html": "jinja",
14-
"**/template/**.html": "jinja",
15-
},
16-
"[json]": {
17-
"editor.defaultFormatter": "vscode.json-language-features"
2+
"[css]": {
3+
"editor.defaultFormatter": "esbenp.prettier-vscode"
184
},
195
"[javascript]": {
206
"editor.defaultFormatter": "esbenp.prettier-vscode"
217
},
22-
"[css]": {
23-
"editor.defaultFormatter": "esbenp.prettier-vscode"
8+
"[json]": {
9+
"editor.defaultFormatter": "vscode.json-language-features"
2410
},
2511
"[python]": {
2612
"editor.codeActionsOnSave": {
2713
"source.organizeImports": true
2814
}
2915
},
30-
"files.insertFinalNewline": true
16+
"editor.detectIndentation": false,
17+
"editor.formatOnSave": true,
18+
"files.associations": {
19+
"**/template/**.html": "jinja",
20+
"**/templates/**.html": "jinja"
21+
},
22+
"files.insertFinalNewline": true,
23+
"git.autofetch": "all",
24+
"prettier.endOfLine": "auto",
25+
"prettier.proseWrap": "never",
26+
"prettier.tabWidth": 4,
27+
"python.analysis.typeCheckingMode": "off",
28+
"python.formatting.provider": "black",
29+
"python.languageServer": "Pylance",
30+
"python.linting.enabled": true
3131
}

0 commit comments

Comments
 (0)