# check the syntax with perl
-syn
-pscf=-wc

# use only \n as a line ending
-ole=unix

# 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

# 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 lines
-noll

# don't outdent labels
-nola

# treat ## as commented code and not a comment
-sbc
