# Artistic Style is a console application for formatting C++ and Java source code
# this file specifies style for keybrd C++ and Arduino sketch .ino files
# http://sourceforge.net/projects/astyle/files/ download
# http://astyle.sourceforge.net/astyle.html manual

--style=allman 
--indent-classes
--keep-one-line-blocks
--indent=spaces=4
--convert-tabs
--max-code-length=100