diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 3 |
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 ------------------ |