diff --git a/ludus.sublime-project b/ludus.sublime-project new file mode 100644 index 0000000..7361a1a --- /dev/null +++ b/ludus.sublime-project @@ -0,0 +1,19 @@ +{ + "folders": + [ + { + "path": "." + } + ], + "settings": { + "on_post_save_project": [ + { + "command": "exec", + "args": { + "shell_cmd": "lein cljfmt fix" + }, + "scope": "window" + } + ] + } +}