# indent 4 spaces
-i=4

# continuation indenting is also 4 spaces
-ci=4

# maximum line length
-l=110

# edit in place but backup the file first
-b

# cuddled elses
-ce

# line up the closing parentheses with the begining of the statement
-lp

# Cish tight containers
-bt=2
-pt=2
-sbt=2

# place the brace on the right after a multiline expression
-bar

# don't indent closing tokens
-cti=0

# no spaces before semicolons in Cish for loops
-nsfs

# no outdenting long quotes
-nolq
