Only organize Python imports automatically
It's causing changes that aren't reproduced/picked up by prettier: https://github.com/ankitects/anki/pull/1862#discussion_r870395750
This commit is contained in:
parent
3b8aa97396
commit
e025f2f879
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,7 +1,9 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
"[python]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
}
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/.git/objects/**": true,
|
||||
|
Loading…
Reference in New Issue
Block a user