AUTHORS | 4 ++++ HACKING | 8 ++++++++ 2 files changed, 12 insertions(+)
New commits: commit 69f9ef62dca5158f84c00c24c66afca2df50b522 Author: David Tardon <[email protected]> Date: Thu Nov 28 15:45:51 2013 +0100 add myself to AUTHORS Change-Id: I40930bd9771a813c5aa4a9f4811aaacc6e552e2a diff --git a/AUTHORS b/AUTHORS index 29f8bc7..29b4d45 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,3 +3,7 @@ CREDITS Current maintainers and authors of libcdr --------------------------------------------- Fridrich Strba ([email protected]) + +Contributors +--------------------------------------------- +David Tardon ([email protected]) commit 166993d65df5724829b1b64a27ba5cb96d745574 Author: David Tardon <[email protected]> Date: Thu Nov 28 15:45:08 2013 +0100 document the current astyle settings Change-Id: I93696d2ac46fe15b1d94cf07342cc14db34b4c7f 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
