greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Allow indent-size to be overridden #8

Closed dharrigan closed 4 years ago

dharrigan commented 5 years ago

Hi,

I notice that the default indent size (in indent.clj) is 2. There does not appear to be a way to change this (afaik). According to this guide, clojure style guide, 2 space indents are bad.

Whilst I'm not advocating changing the indent-size to 1, please can we have the ability to change the indent size to 1 if we choose to do so :-)

Thank you.

-=david=-

greglook commented 4 years ago

This should be possible in the new 0.10.0 release using :list-indent-size.