-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cljstyle
19 lines (19 loc) · 827 Bytes
/
.cljstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:files {:ignore #{"target"}}
:rules {:blank-lines {:enabled? true
:trim-consecutive? true
:max-consecutive 1
:insert-padding? true
:padding-lines 1}
:eof-newline {:enabled? true}
:indentation {:enabled? false}
:comments {:enabled? true
:inline-prefix " "
:leading-prefix " "}
:whitespace {:enabled? true
:remove-surrounding? true
:remove-trailing? true
:insert-missing true}
:vars {:enabled? true}
:functions {:enabled? false}
:types {:enabled? false}
:namespaces {:enabled? true}}}