keybrd library is an open source library for creating custom-keyboard firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

astyle_cpp 386B

1234567891011
  1. # Artistic Style is a console application for formatting C++ and Java source code
  2. # this file specifies style for keybrd C++ and Arduino sketch .ino files
  3. # http://sourceforge.net/projects/astyle/files/ download
  4. # http://astyle.sourceforge.net/astyle.html manual
  5. --style=allman
  6. --indent-classes
  7. --keep-one-line-blocks
  8. --indent=spaces=4
  9. --convert-tabs
  10. --max-code-length=100