toxcore/other/astyle/astylerc
iphydf b473630321
chore: Add some comments to the astyle config.
To explain why some options are disabled.
2024-02-02 11:34:29 +00:00

33 lines
551 B
Plaintext

# Bracket Style Options
--style=kr
--attach-namespaces
# Tab Options
--indent=spaces=4
# Indentation Options
--indent-switches
# Padding Options
--pad-header
--pad-oper
# Not supported in restyled's astyle.
#--unpad-brackets
--unpad-paren
--align-pointer=name
--align-reference=name
# Disabled because it causes very large changes and it's unclear whether we
# want all of those.
#--squeeze-ws
# Formatting Options
--add-braces
--convert-tabs
--max-code-length=200
--attach-return-type
# Other Options
--preserve-date
--formatted
--lineend=linux