ludus/ludus.sublime-project
2022-05-27 19:40:40 -04:00

20 lines
208 B
Plaintext

{
"folders":
[
{
"path": "."
}
],
"settings": {
"on_post_save_project": [
{
"command": "exec",
"args": {
"shell_cmd": "lein cljfmt fix"
},
"scope": "window"
}
]
}
}