File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33
33
" ms-python.python" ,
34
34
" ms-python.vscode-pylance" ,
35
35
" EditorConfig.EditorConfig" ,
36
- " GitHub.vscode-pull-request-github"
36
+ " GitHub.vscode-pull-request-github" ,
37
+ " ms-python.black-formatter" ,
38
+ " redhat.vscode-yaml"
37
39
],
38
40
"settings" : {
39
41
"python.pythonPath" : " /usr/local/bin/python" ,
Original file line number Diff line number Diff line change 10
10
"editor.formatOnType" : true ,
11
11
"editor.wordBasedSuggestions" : " off" ,
12
12
"editor.defaultFormatter" : " ms-python.black-formatter"
13
- }
13
+ },
14
+ "evenBetterToml.formatter.allowedBlankLines" : 1 ,
15
+ "evenBetterToml.formatter.arrayAutoCollapse" : true ,
16
+ "evenBetterToml.formatter.arrayAutoExpand" : false ,
17
+ "evenBetterToml.formatter.arrayTrailingComma" : true
14
18
}
You can’t perform that action at this time.
0 commit comments