From 57df72caf8d749c7cd5f36117ff35e41975db3d3 Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 19 Dec 2015 18:37:40 -0800 Subject: Change license to GPLv3, add contributing guide * Improve README tone * Add `astylerc` for use with the astyle package * Add AUTHORS file to acknowledge contributors --- astylerc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 astylerc (limited to 'astylerc') diff --git a/astylerc b/astylerc new file mode 100644 index 0000000..53cd0dc --- /dev/null +++ b/astylerc @@ -0,0 +1,17 @@ +# This file is meant to be used with the astyle package, whose homepage +# is found at http://astyle.sourceforge.net. Combining these options with +# astyle ensures that anything you contribute matches the style guidelines +# of the project. This file is here for developer convenience. +# +# For short, use -A2TpHUjSxek3W3 + +style=attach +indent=force-tab=4 +pad-oper +pad-header +unpad-paren +add-brackets +indent-switches +delete-empty-lines +align-pointer=name +align-reference=name -- cgit v1.2.3-54-g00ecf