Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/doc/astyle_cpp

12 lines
386 B
Plaintext
Raw Normal View History

2016-05-09 14:05:08 +00:00
# Artistic Style is a console application for formatting C++ and Java source code
2016-07-18 02:26:00 +00:00
# this file specifies style for keybrd C++ and Arduino sketch .ino files
2016-05-09 14:05:08 +00:00
# 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