summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-12-07 21:14:20 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-12-07 22:38:56 +0100
commit191fe41ee330492dee54a71e27a2d92ad5231dda (patch)
treeeffce415f7d56515caedd20cb35e49cb8e51337e /HACKING
parent4017d9d4b7946985428fe3e69b3cfbca6ee223e0 (diff)
add astyle options file
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..57742a2
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,8 @@
+= Coding style =
+
+This project uses mostly the same file naming and coding style like
+librevenge and the rest of Fridrich's libraries. Please run
+
+ astyle --options=astyle.options \*.cpp \*.h
+
+before committing.