MaxScale/astylerc
Markus Mäkelä f109144841 Remove indentation of switch statement labels
Switch statement labels are no longer indented. Parts of the code did
indent them and parts didn't.
2017-01-17 14:47:50 +02:00

15 lines
241 B
Plaintext

--style=allman
--indent=spaces=4
--indent-cases
--indent-labels
--min-conditional-indent=0
--pad-oper
--pad-header
--add-brackets
--convert-tabs
--max-code-length=110
--break-after-logical
--mode=c
--suffix=none
--max-instatement-indent=110