fluffychat-fork/.vscode/settings.json
2026-03-17 10:40:05 +01:00

10 lines
No EOL
220 B
JSON

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