File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "python.formatting.provider" : " black" ,
32 "editor.formatOnSave" : true ,
4- "python.linting.enabled" : true ,
5- "python.linting.flake8Enabled" : true ,
3+ "editor.codeActionsOnSave" : {
4+ "source.organizeImports" : " explicit" ,
5+ "source.sortImports" : " explicit" ,
6+ "source.fixAll.markdownlint" : " explicit" ,
7+ "source.fixAll" : " explicit"
8+ },
9+ "files.insertFinalNewline" : true ,
10+ "files.eol" : " \n " ,
11+ "files.trimTrailingWhitespace" : true ,
12+ "isort.args" : [
13+ " --profile" ,
14+ " black"
15+ ],
616 "[python]" : {
717 "editor.formatOnSave" : true ,
818 "diffEditor.codeLens" : true ,
19+ "editor.defaultFormatter" : " ms-python.black-formatter"
920 },
10- "editor.codeActionsOnSave" : {
11- "source.organizeImports" : true ,
12- "source.sortImports" : true ,
13- "source.fixAll.markdownlint" : true ,
14- "source.fixAll" : true
15- },
16- "files.trimTrailingWhitespace" : true ,
1721 "cSpell.words" : [
1822 " argmax" ,
1923 " astype" ,
2731 " sqlalchemy" ,
2832 " torchvision" ,
2933 " trapdata"
30- ],
34+ ]
3135}
You can’t perform that action at this time.
0 commit comments