mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05: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
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
"[python]": {
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/.git/objects/**": true,
|
"**/.git/objects/**": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue