This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
mebe-2/.on-save.json

7 lines
81 B
JSON
Raw Normal View History

2018-10-15 19:47:05 +00:00
[
{
"files": "**/*.{ex,exs}",
"command": "mix format ${srcFile}"
}
]