mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
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
1 changed files with 4 additions and 2 deletions
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 a new issue