Add case label block indentation to astylerc

Blocks after case labels are now indented.
This commit is contained in:
Markus Makela
2016-11-18 16:29:18 +02:00
parent 0aee4ac020
commit 7ef1086040

View File

@ -1,6 +1,7 @@
--style=allman --style=allman
--indent=spaces=4 --indent=spaces=4
--indent-switches --indent-switches
--indent-cases
--indent-labels --indent-labels
--min-conditional-indent=0 --min-conditional-indent=0
--pad-oper --pad-oper