From 3ab7ce4ed3200ef7171d0041e5f5e7de08f22bde Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sat, 4 Nov 2017 14:20:59 +0200 Subject: [PATCH] Autoformat config This is used with Atom editor plugin 'on-save' --- .on-save.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .on-save.json diff --git a/.on-save.json b/.on-save.json new file mode 100644 index 0000000..68ab8ff --- /dev/null +++ b/.on-save.json @@ -0,0 +1,6 @@ +[ + { + "files": "**/*.{ex,exs}", + "command": "mix format ${srcFile}" + } +]