Skip to content

Commit 88f3d05

Browse files
committed
Add :align-map-columns? to README
1 parent 14e80ba commit 88f3d05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ In order to load the standard configuration file from Leiningen, add the
225225

226226
### Formatting Options
227227

228+
* `:align-map-columns?` -
229+
true if cljfmt should align the the keys and values of maps such that
230+
they line up in columns. Defaults to false.
231+
228232
* `:indentation?` -
229233
true if cljfmt should correct the indentation of your code.
230234
Defaults to true.

0 commit comments

Comments
 (0)