-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathintellij-clojure-style.xml
27 lines (27 loc) · 1.14 KB
/
intellij-clojure-style.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<code_scheme name="FireCloud UI Style" version="173">
<option name="RIGHT_MARGIN" value="100" />
<ClojureCodeStyleSettings>{
:broadfcui.common.flex-utils/box :only-indent
:broadfcui.common.links/create-external :only-indent
:broadfcui.common.links/create-internal :only-indent
:broadfcui.common.style/center :only-indent
:broadfcui.common.style/create-identity-select :only-indent
:broadfcui.common.style/create-identity-select-name :only-indent
:broadfcui.common.style/create-select :only-indent
:broadfcui.common.style/left-ellipses :only-indent
:broadfcui.common.style/right-ellipses :only-indent
:broadfcui.utils/multi-swap! 1
:cursive.formatting/align-maps false
:cursive.formatting/comment-align-column 0
:cursive.formatting/one-space-lists true
}</ClojureCodeStyleSettings>
<ScalaCodeStyleSettings>
<option name="TYPE_ANNOTATION_IMPLICIT_MODIFIER" value="false" />
<option name="TYPE_ANNOTATION_UNIT_TYPE" value="false" />
</ScalaCodeStyleSettings>
<codeStyleSettings language="Clojure">
<indentOptions>
<option name="SMART_TABS" value="true" />
</indentOptions>
</codeStyleSettings>
</code_scheme>