mirror of https://github.com/cheat/cheat.git
3 lines
163 B
Plaintext
3 lines
163 B
Plaintext
|
# format C/C++ source according to the style of Kernighan and Ritchie (K&R), no tabs, 3 spaces per indent, wrap lines at 120 characters.
|
||
|
indent -i3 -kr -nut -l120
|