style: use vscode's 'organize imports' (#1242) [skip ci]
This will instruct VS Code to organize imports when saving a file.
This commit is contained in:
committed by
GitHub
parent
d4c08d4d1c
commit
f2f477649e
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -14,5 +14,8 @@
|
|||||||
"name": "Local SQLite",
|
"name": "Local SQLite",
|
||||||
"database": "./config/db/db.sqlite3"
|
"database": "./config/db/db.sqlite3"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.organizeImports": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user