Added Astyle configuration for MaxScale

This will make formatting of source code easier.
This commit is contained in:
Markus Makela 2016-03-04 08:40:37 +02:00
parent bb4f7bd285
commit 75eea82fe3

14
astylerc Normal file
View File

@ -0,0 +1,14 @@
--style=allman
--indent=spaces=4
--indent-switches
--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