Add post-save cljfmt
This commit is contained in:
parent
173f5756a7
commit
bad0591408
19
ludus.sublime-project
Normal file
19
ludus.sublime-project
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"on_post_save_project": [
|
||||||
|
{
|
||||||
|
"command": "exec",
|
||||||
|
"args": {
|
||||||
|
"shell_cmd": "lein cljfmt fix"
|
||||||
|
},
|
||||||
|
"scope": "window"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user