intellij-clojure-style.xml (13 lines of code) (raw):
<code_scheme name="correct">
<option name="RIGHT_MARGIN" value="100" />
<ClojureCodeStyleSettings>{
:cursive.formatting/align-maps false
:cursive.formatting/comment-align-column 0
:cursive.formatting/one-space-lists true
}</ClojureCodeStyleSettings>
<codeStyleSettings language="Clojure">
<indentOptions>
<option name="SMART_TABS" value="true" />
</indentOptions>
</codeStyleSettings>
</code_scheme>