We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a646c commit 24b3406Copy full SHA for 24b3406
clojure.xml
@@ -10,8 +10,12 @@
10
<PROPERTY NAME="lineComment" VALUE=";" />
11
<PROPERTY NAME="noWordSep" VALUE="_-+?:" />
12
13
- <PROPERTY NAME="indentNextLines" VALUE="^.*\(.*$" />
14
- <PROPERTY NAME="unindentNextLines" VALUE="^.*\).*$" />
+ <!-- <PROPERTY NAME="indentNextLines" VALUE="^.*\(.*$" /> -->
+ <!-- <PROPERTY NAME="unindentNextLines" VALUE="^.*\).*$" /> -->
15
+ <!-- <PROPERTY NAME="indentOpenBrackets" VALUE="(" /> -->
16
+ <!-- <PROPERTY NAME="indentCloseBrackets" VALUE=")" /> -->
17
+ <PROPERTY NAME="unalignedOpenBrackets" VALUE="(" />
18
+ <PROPERTY NAME="unalignedCloseBrackets" VALUE=")" />
19
</PROPS>
20
21
<RULES IGNORE_CASE="FALSE"
0 commit comments