AUTHORS | 1 + HACKING | 8 ++++++++ 2 files changed, 9 insertions(+)
New commits: commit 4d41c1a6c0ff7a029907fea06d82d463a6a64ed2 Author: David Tardon <[email protected]> Date: Thu Nov 28 15:39:59 2013 +0100 add myself to AUTHORS Change-Id: I60642ffb1e49a8cf6103ddf868c44ed5cff01f13 diff --git a/AUTHORS b/AUTHORS index 31414b6..7045f53 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Contributors ------------ Valek Filippov <[email protected]> Excellent reverse engineering and various contributions Tomas 'scarabeus' Chvatal <[email protected]> Build system rewrite +David Tardon <[email protected]> Thanks ------ commit 89f8718adffe253e2a47f699f12b968e1f8ffcdc Author: David Tardon <[email protected]> Date: Thu Nov 28 15:37:31 2013 +0100 document the current astyle settings Change-Id: I3eb6feafe33d51234dee2c1977c86e6de0a4bbfa 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. _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
