Skip to content

Commit 24b3406

Browse files
committed
Fixed auto-indentation
1 parent e5a646c commit 24b3406

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

clojure.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
<PROPERTY NAME="lineComment" VALUE=";" />
1111
<PROPERTY NAME="noWordSep" VALUE="_-+?:" />
1212

13-
<PROPERTY NAME="indentNextLines" VALUE="^.*\(.*$" />
14-
<PROPERTY NAME="unindentNextLines" VALUE="^.*\).*$" />
13+
<!-- <PROPERTY NAME="indentNextLines" VALUE="^.*\(.*$" /> -->
14+
<!-- <PROPERTY NAME="unindentNextLines" VALUE="^.*\).*$" /> -->
15+
<!-- <PROPERTY NAME="indentOpenBrackets" VALUE="(" /> -->
16+
<!-- <PROPERTY NAME="indentCloseBrackets" VALUE=")" /> -->
17+
<PROPERTY NAME="unalignedOpenBrackets" VALUE="(" />
18+
<PROPERTY NAME="unalignedCloseBrackets" VALUE=")" />
1519
</PROPS>
1620

1721
<RULES IGNORE_CASE="FALSE"

0 commit comments

Comments
 (0)