summaryrefslogtreecommitdiff
path: root/astyle.options
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-28 19:00:30 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-28 19:00:47 +0100
commit0f3bf67a950fd340d0a8c99f2b74817859db8733 (patch)
tree5a45af52a80f22ab0b9a5db81d308b0cd7ea5fd0 /astyle.options
parent5b7bc93516950d0155bbe6b6f7124db29868c26d (diff)
add options file for astyle
Change-Id: Ifa12207d6d3bde25af615b293ca1f18c839a3a2f
Diffstat (limited to 'astyle.options')
-rw-r--r--astyle.options11
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