Browse Source

Added testing astyle configuration file

fastled
Xose Pérez 7 years ago
parent
commit
1be4526f3b
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      code/astyle.conf

+ 18
- 0
code/astyle.conf View File

@ -0,0 +1,18 @@
style=attach
indent=spaces=4
indent-classes
indent-switches
indent-namespaces
indent-continuation=4
#indent-preproc-define
#indent-preproc-cond
#indent-preproc-block
indent-col1-comments
pad-oper
pad-comma
pad-header
align-pointer=type
align-reference=type
add-brackets
convert-tabs
suffix=none

Loading…
Cancel
Save