cppcheck/.astylerc
amai2012 c07cb64f2f
Move astyle options to a separate file. That way keeping it in sync b… (#1468)
* Move astyle options to a separate file. That way keeping it in sync between different os is more simple.
2018-11-09 09:55:34 +01:00

21 lines
508 B
Plaintext
Executable File

##############################################################
# Documentation is available from #
# http://astyle.sourceforge.net/astyle.html #
##############################################################
### Options ###
--pad-header
--unpad-paren
--suffix=none
--convert-tabs
--attach-inlines
--attach-classes
--attach-namespaces
### Settings ###
--style=kr
--indent=spaces=4
--indent-namespaces
--lineend=linux
--min-conditional-indent=0