Archiviert
1
0
Dieses Repository ist archiviert. Du kannst Dateien ansehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.
keybrd/doc/astyle_cpp

12 Zeilen
386 B
Plaintext

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