commit | 2e8a2141f87d49510faf012cea7a17a2839e02bf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 20 15:59:07 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 20 15:59:07 2016 -0500 |
tree | 06804cacc67ebc1b3e3f4a3a6490cb0a96e7772b | |
parent | 460e99d3e79b8b2ad8150cdb14c088a741d7a099 [diff] |
contributing: Add astyle call for C Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/contributing.md b/contributing.md index 674dcee..5d64b32 100644 --- a/contributing.md +++ b/contributing.md
@@ -67,6 +67,9 @@ - Opening braces on the end of a line, except for functions +This style can mostly be verified with 'astyle' as follows: + + astyle --style=linux --indent=tab=8 --indent=force-tab=8 Submitting changes ------------------