mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
60eff9308c
- rsync: file copy and backup multi-tool - indent: one liner to nicely format C/C++ source.
2 lines
163 B
Text
2 lines
163 B
Text
# 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
|