diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-28 15:37:31 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-28 15:42:26 +0100 |
commit | 89f8718adffe253e2a47f699f12b968e1f8ffcdc (patch) | |
tree | 97ee837191349fdc137a0a2e7fcf903d2210f23b | |
parent | a2638ebb7168596ec0dd352669b094c503c43f5f (diff) |
document the current astyle settings
Change-Id: I3eb6feafe33d51234dee2c1977c86e6de0a4bbfa
-rw-r--r-- | HACKING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |