summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.