diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-28 19:00:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-28 19:00:30 +0100 |
commit | dbbacaa9c7b7efb00ea9573e12dd189da3075fe6 (patch) | |
tree | 84f20b3ae051ae22900398f5b28184dd16100e21 /astyle.options | |
parent | 4d41c1a6c0ff7a029907fea06d82d463a6a64ed2 (diff) |
add options file for astyle
Change-Id: Ifa12207d6d3bde25af615b293ca1f18c839a3a2f
Diffstat (limited to 'astyle.options')
-rw-r--r-- | astyle.options | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astyle.options b/astyle.options new file mode 100644 index 0000000..9d46215 --- /dev/null +++ b/astyle.options @@ -0,0 +1,11 @@ +# formatting options +style=allman +indent=spaces=2 +align-pointer=name +break-closing-brackets +pad-header +unpad-paren + +# processing options +recursive +suffix=none |