mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
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
|