duck-tag/.on-save.json

7 lines
81 B
JSON
Raw Permalink Normal View History

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