summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-28 15:43:28 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-28 15:43:28 +0100
commita4b471c30accd9f7a9236fba8a3f77e72607a748 (patch)
tree6634b4c66286922cf42f25f676e5473e187d98b2
parentdc74c1d6918ad6531daf6c1bd8e0c3fcd84b7155 (diff)
document the current astyle settings
Change-Id: I58817abf4237923cff870a52151c899694262e35
-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.