duck-tag/.on-save.json
Mikko Ahlroth 3ab7ce4ed3 Autoformat config
This is used with Atom editor plugin 'on-save'
2017-11-04 14:21:10 +02:00

6 lines
81 B
JSON

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