-i=4 # 4 character indents in blocks -pt=2 # "horizontal tightness" -wls='=>' # ensure there's always space to the left of => -wrs='=>' # and always to the right of => -vtc=0 # always break before a closing token -l=79 # 79 characters wide please -nolc # no "outdenting" for long comments - indent them properly -nolq # no "outdenting" for long quotes/strings -sot # stack opening tokens - same as -sop -sohb -sosb -sct # stack closing tokens