ludus/ludus.sublime-project

20 lines
208 B
Plaintext
Raw Permalink Normal View History

2022-05-27 23:40:40 +00:00
{
"folders":
[
{
"path": "."
}
],
"settings": {
"on_post_save_project": [
{
"command": "exec",
"args": {
"shell_cmd": "lein cljfmt fix"
},
"scope": "window"
}
]
}
}