16 lines
461 B
JSON
16 lines
461 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": "explicit"
|
||
|
},
|
||
|
"editor.formatOnSave": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"[python]": {
|
||
|
"diffEditor.ignoreTrimWhitespace": false,
|
||
|
"gitlens.codeLens.symbolScopes": [
|
||
|
"!Module"
|
||
|
],
|
||
|
"editor.formatOnType": false,
|
||
|
"editor.wordBasedSuggestions": "off",
|
||
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
||
|
}
|
||
|
}
|