Autoformat config

This is used with Atom editor plugin 'on-save'
This commit is contained in:
Mikko Ahlroth 2017-11-04 14:20:59 +02:00
parent 3cd1500954
commit 3ab7ce4ed3

6
.on-save.json Normal file
View file

@ -0,0 +1,6 @@
[
{
"files": "**/*.{ex,exs}",
"command": "mix format ${srcFile}"
}
]