Add post-save cljfmt

This commit is contained in:
Scott Richmond 2022-05-27 19:40:40 -04:00
parent 173f5756a7
commit bad0591408

19
ludus.sublime-project Normal file
View File

@ -0,0 +1,19 @@
{
"folders":
[
{
"path": "."
}
],
"settings": {
"on_post_save_project": [
{
"command": "exec",
"args": {
"shell_cmd": "lein cljfmt fix"
},
"scope": "window"
}
]
}
}