Created
February 27, 2021 22:21
-
-
Save d-t-w/a239dfca4f57b7ff6f38c895b7f45405 to your computer and use it in GitHub Desktop.
Intellij Cursive+Cljfmt Editor CodeStyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code_scheme name="TW" version="173"> | |
<ClojureCodeStyleSettings>{ | |
:cljs.core/as-> :only-indent | |
:cljs.core/assoc 0 | |
:cljs.core/cond-> :only-indent | |
:cljs.core/cond->> :only-indent | |
:cljs.core/defonce :only-indent | |
:cljs.core/with-meta :only-indent | |
:cljs.core.async/go :only-indent | |
:cljs.core.async/go-loop :only-indent | |
:cljs.core.match/match :only-indent | |
:cljs.spec.alpha/with-gen :only-indent | |
:clojure.core/as-> :only-indent | |
:clojure.core/assoc 1000 | |
:clojure.core/comment :only-indent | |
:clojure.core/cond-> :only-indent | |
:clojure.core/cond->> :only-indent | |
:clojure.core/defonce :only-indent | |
:clojure.core/future :only-indent | |
:clojure.core.async/thread :only-indent | |
:clojure.core.match/match :only-indent | |
:clojure.spec.alpha/fdef :only-indent | |
:clojure.spec.alpha/with-gen :only-indent | |
:clojure.test/are :only-indent | |
:cursive.formatting/align-binding-forms true | |
:cursive.formatting/one-space-lists true | |
:devcards.core/defcard-rg :only-indent | |
:devcards.core/deftest :only-indent | |
:embedded.system/with-embedded-dependencies :only-indent | |
:embedded.system/with-events :only-indent | |
:embedded.system/with-kafka-and-cassandra :only-indent | |
:garden.def/defstyles :only-indent | |
:metrics.timers/time! 1000 | |
:metrics.timers/timer :only-indent | |
}</ClojureCodeStyleSettings> | |
</code_scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment