rssguard/resources/scripts/astyle/.astylerc
2017-09-09 12:31:30 +02:00

27 lines
No EOL
489 B
Text
Executable file

--style=java
--indent=spaces=2
--indent-classes
--indent-namespaces
--indent-switches
--indent-labels
--indent-preproc-define
--indent-col1-comments
--max-continuation-indent=100
--break-blocks
--unpad-paren
--pad-oper
--pad-comma
--pad-header
--align-pointer=type
--align-reference=type
--break-closing-braces
--break-one-line-headers
--add-braces
--convert-tabs
--close-templates
--max-code-length=140
--lineend=linux
--delete-empty-lines
--mode=c
-t -p
-M60Ucv