Remove indentation of switch statement labels

Switch statement labels are no longer indented. Parts of the code did
indent them and parts didn't.
This commit is contained in:
Markus Mäkelä
2017-01-17 13:00:53 +02:00
parent f45ac341d8
commit f109144841

View File

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