2005-12-22 22:30:53 +01:00
|
|
|
|
2025-01-16 01:06:58 +01:00
|
|
|
-i=4 # 4 space indentation
|
2005-12-22 22:30:53 +01:00
|
|
|
-ci=2 # continuation indention
|
|
|
|
|
|
|
|
-bbt=0 # open code block curly braces
|
|
|
|
|
|
|
|
-lp # line up with parentheses
|
|
|
|
-cti=1 # align closing parens with opening parens ("closing token placement")
|
|
|
|
|
|
|
|
# -nolq # don't outdent long quotes (not sure if we should enable this)
|
|
|
|
|
|
|
|
|
|
|
|
|