chore: Add vs code settings

This commit is contained in:
Christian Kußowski 2026-03-17 10:40:05 +01:00
commit baf67c365d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.dart$",
"cmd": "dart run import_sorter:main --no-comments ${fileBasename}"
}
]
}
}