universal_makefile/.astylerc
2026-03-01 15:36:12 +00:00

40 lines
568 B
Text

# Brace
--style=attach
# Brace Modify
--attach-namespaces
--attach-classes
--add-one-line-braces
#Tab
--indent=spaces=2
# Indentation
--max-continuation-indent=40
--indent-lambda
# Padding
--pad-oper
--pad-comma
--pad-include
--unpad-paren
--fill-empty-lines
--squeeze-lines=2
--squeeze-ws
--align-pointer=name
--align-reference=name
# Formatting
--add-braces
--attach-return-type
--attach-return-type-decl
--keep-one-line-blocks
--convert-tabs
--close-templates
--remove-comment-prefix
--max-code-length=100
--mode=c
# Other
--errors-to-stdout
--lineend=linux