toxcore/other/astyle/astylerc
iphydf 4e2dba4d9f
chore: Reformat sources with astyle.
Restyled astyle is fixed now.
2024-02-02 01:31:32 +00:00

31 lines
435 B
Plaintext

# Bracket Style Options
--style=kr
--attach-namespaces
# Tab Options
--indent=spaces=4
# Indentation Options
--indent-switches
# Padding Options
--pad-header
--pad-oper
#--unpad-brackets
--unpad-paren
--align-pointer=name
--align-reference=name
#--squeeze-lines=1
#--squeeze-ws
# Formatting Options
--add-braces
--convert-tabs
--max-code-length=200
--attach-return-type
# Other Options
--preserve-date
--formatted
--lineend=linux