1
0
Fork 0
mirror of https://github.com/Erreur32/cheat.git synced 2025-01-13 16:22:03 +01:00
cheat-fork-echo/cheat/cheatsheets/indent

3 lines
163 B
Text
Raw Normal View History

# 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