10 lines
No EOL
220 B
JSON
10 lines
No EOL
220 B
JSON
{
|
|
"emeraldwalk.runonsave": {
|
|
"commands": [
|
|
{
|
|
"match": "\\.dart$",
|
|
"cmd": "dart run import_sorter:main --no-comments ${fileBasename}"
|
|
}
|
|
]
|
|
}
|
|
} |