diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-28 19:00:30 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-02-03 13:41:29 +0100 |
commit | 645244af97ef40cfbbd7840431efb9c80855fc3b (patch) | |
tree | 3bb2783ee66f19379b2cbe83bb29b12cb28ff8a7 | |
parent | 271be232a69d19628a3fd7782176a140d1e92e40 (diff) |
add options file for astyle
(cherry picked from commit dbbacaa9c7b7efb00ea9573e12dd189da3075fe6)
Conflicts:
HACKING
Change-Id: Ifa12207d6d3bde25af615b293ca1f18c839a3a2f
-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 |