summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-26 07:36:27 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-26 07:36:27 +0100
commit88bdbc481348b66329b3f747ef5a40b2d2c5c56a (patch)
tree15b251937cd46e5490816bc001dab3eb029be82d /HACKING
parentd5472926097efe7e7b4cdefff076d5d984b439db (diff)
change astyle opts. to avoid problems with newest astyle
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 04e4af9..d1423ce 100644
--- a/HACKING
+++ b/HACKING
@@ -3,6 +3,6 @@
This project uses mostly the same file naming and coding style like
libwpd and the rest of Fridrich's libraries. Please run
- astyle -b -k3 -y -n -s2 -r \*.cpp \*.h
+ astyle -A1 -HU -k3 -y -n -s2 -r \*.cpp \*.h
before committing.