mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
- Cheatsheets added for a couple of my favourite commands:
- rsync: file copy and backup multi-tool - indent: one liner to nicely format C/C++ source.
This commit is contained in:
2
cheatsheets/indent
Normal file
2
cheatsheets/indent
Normal file
@ -0,0 +1,2 @@
|
||||
# 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
|
Reference in New Issue
Block a user