summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/styleguide.md b/docs/styleguide.md
index af50abc2..18c53af3 100644
--- a/docs/styleguide.md
+++ b/docs/styleguide.md
@@ -196,7 +196,7 @@ They can be a great asset to structure the flow of a method.
If you want to automate formatting your code, the following command gives you a good baseline of how it should look:
```bash
-astyle -r -xb -s3 -p -xg -c -k1 -W1 \*.c \*.h
+astyle -r -xb -s3 -p -xg -c -k1 -W1 -H \*.c \*.h
```
Working with System APIs

© 2014-2024 Faster IT GmbH | imprint | privacy policy