summaryrefslogtreecommitdiffstats
path: root/contributing.md
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-07-20 15:59:07 -0500
committerPatrick Williams <patrick@stwcx.xyz>2016-07-20 15:59:07 -0500
commit2e8a2141f87d49510faf012cea7a17a2839e02bf (patch)
tree06804cacc67ebc1b3e3f4a3a6490cb0a96e7772b /contributing.md
parent460e99d3e79b8b2ad8150cdb14c088a741d7a099 (diff)
downloadopenbmc-docs-2e8a2141f87d49510faf012cea7a17a2839e02bf.tar.gz
openbmc-docs-2e8a2141f87d49510faf012cea7a17a2839e02bf.zip
contributing: Add astyle call for C
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md
index 674dcee..5d64b32 100644
--- a/contributing.md
+++ b/contributing.md
@@ -67,6 +67,9 @@ In short:
- 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
------------------
OpenPOWER on IntegriCloud