Add code style settings

This commit is contained in:
Daniel Compton 2016-11-06 16:50:03 +13:00
parent f3f6ba33ad
commit 3d97e7cc3a
1 changed files with 15 additions and 0 deletions

View File

@ -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>