Skip to content

Commit ced8e7a

Browse files
committed
CONTRIBUTING.md: Update the indent commands to 8 char tabs
1 parent 0c4170b commit ced8e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Please refer to `doc/README.coding-style` for information on the subject.
1414

1515
For Jumbo, The maintainer recommends to format code using the following commands:
1616
```
17-
$ indent -kr -i4 -ts4 -nlp -nbbo -ncs -l119 -lc119 -bad -il0
18-
$ astyle --style=kr -t4 -U -H -p -xC119 -c -k3 -z2
17+
$ indent -kr -i8 -ts8 -nlp -nbbo -ncs -l131 -lc131 -bad -il0
18+
$ astyle --style=kr -t8 -U -H -p -xC131 -c -k3 -z2
1919
```
2020

2121
## License

0 commit comments

Comments
 (0)