style: use vscode's 'organize imports' (#1242) [skip ci]

This will instruct VS Code to organize imports when saving a file.
pull/1234/head
Danshil Kokil Mungur 3 years ago committed by GitHub
parent d4c08d4d1c
commit f2f477649e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save