| 12345678910111213141516171819202122232425262728293031323334353637 |
- --style=k&r
- --indent=spaces=4
- --indent-classes
- --indent-switches
- --indent-preproc-define
- --indent-col1-comments
- --indent-modifiers
- --attach-namespaces
- --attach-classes
- --attach-inlines
- --attach-extern-c
- --pad-oper
- --pad-comma
- --pad-header
- --unpad-paren
- --align-pointer=type
- --align-reference=type
- --add-braces
- --convert-tabs
- --max-code-length=200
- --min-conditional-indent=0
- --max-continuation-indent=120
- --attach-closing-while
- --attach-return-type
- --mode=c
- --lineend=linux
- --suffix=none
- --formatted
|