File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 2
2
"editor.detectIndentation" : false ,
3
3
"editor.formatOnSave" : true ,
4
4
"python.linting.enabled" : true ,
5
- "python.linting.mypyEnabled" : true ,
6
5
"python.analysis.typeCheckingMode" : " off" ,
7
6
"python.languageServer" : " Pylance" ,
8
7
"python.formatting.provider" : " black" ,
9
8
"git.autofetch" : " all" ,
10
9
"prettier.tabWidth" : 4 ,
11
- "prettier.useTabs" : true ,
12
10
"prettier.endOfLine" : " auto" ,
13
11
"prettier.proseWrap" : " never" ,
14
12
"files.associations" : {
15
- "**/requirements/*.txt" : " pip-requirements" ,
16
13
"**/templates/**.html" : " jinja" ,
17
14
"**/template/**.html" : " jinja" ,
18
15
},
19
- "[json, jsonc ]" : {
16
+ "[json]" : {
20
17
"editor.defaultFormatter" : " vscode.json-language-features"
21
18
},
22
19
"[javascript]" : {
26
23
"editor.defaultFormatter" : " esbenp.prettier-vscode"
27
24
},
28
25
"[python]" : {
29
- "editor.defaultFormatter" : " ms-python.black-formatter" ,
30
26
"editor.codeActionsOnSave" : {
31
27
"source.organizeImports" : true
32
28
}
You can’t perform that action at this time.
0 commit comments