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:
Danshil Kokil Mungur
2021-03-21 08:42:19 +04:00
committed by GitHub
parent d4c08d4d1c
commit f2f477649e

View File

@@ -14,5 +14,8 @@
"name": "Local SQLite",
"database": "./config/db/db.sqlite3"
}
]
],
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}