We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4170b commit ced8e7aCopy full SHA for ced8e7a
CONTRIBUTING.md
@@ -14,8 +14,8 @@ Please refer to `doc/README.coding-style` for information on the subject.
14
15
For Jumbo, The maintainer recommends to format code using the following commands:
16
```
17
-$ indent -kr -i4 -ts4 -nlp -nbbo -ncs -l119 -lc119 -bad -il0
18
-$ astyle --style=kr -t4 -U -H -p -xC119 -c -k3 -z2
+$ indent -kr -i8 -ts8 -nlp -nbbo -ncs -l131 -lc131 -bad -il0
+$ astyle --style=kr -t8 -U -H -p -xC131 -c -k3 -z2
19
20
21
## License
0 commit comments