diff options
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 |