summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-28 15:37:31 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-28 15:42:26 +0100
commit89f8718adffe253e2a47f699f12b968e1f8ffcdc (patch)
tree97ee837191349fdc137a0a2e7fcf903d2210f23b
parenta2638ebb7168596ec0dd352669b094c503c43f5f (diff)
document the current astyle settings
Change-Id: I3eb6feafe33d51234dee2c1977c86e6de0a4bbfa
-rw-r--r--HACKING8
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..d1423ce
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,8 @@
+= Coding style =
+
+This project uses mostly the same file naming and coding style like
+libwpd and the rest of Fridrich's libraries. Please run
+
+ astyle -A1 -HU -k3 -y -n -s2 -r \*.cpp \*.h
+
+before committing.