How do I stop IntelliJ Cursive from re-formating my Clojure code?

526 views Asked by At

How do I stop IntelliJ Cursive from re-formating my Clojure code?
I'll be staring at a function, realize where I missed a parenthesis, put it in, and BAM! my code is now all re-indented!
I DON'T WHAT IT TO DO THAT!
I like my code the way I laid it out!
I don't want Cursive's formatting help unless I ask for it!

1

There are 1 answers

0
LionelGoulet On

I found something.
Settings --> Editor --> Code Style --> Clojure...
This last option may only be present if you've installed the "Cursive" plug-in for Clojure code.
There is a HUGE list of indents and tab/spaces settings.
I set everything to zero (0).
That seems to be holding, so far.