triggerer/.on-save.json
2018-02-25 00:26:58 +02:00

6 lines
81 B
JSON

[
{
"files": "**/*.{ex,exs}",
"command": "mix format ${srcFile}"
}
]