Add code style settings
This commit is contained in:
parent
f3f6ba33ad
commit
3d97e7cc3a
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectCodeStyleSettingsManager">
|
||||||
|
<option name="PER_PROJECT_SETTINGS">
|
||||||
|
<value>
|
||||||
|
<ClojureCodeStyleSettings>{
|
||||||
|
:cljs.test/are 2
|
||||||
|
:clojure.test/are :only-indent
|
||||||
|
:cursive.formatting/align-binding-forms true
|
||||||
|
}</ClojureCodeStyleSettings>
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
|
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
Loading…
Reference in New Issue