# 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.
#根据Kernighan和Ritchie(K&R)的风格格式化C / C ++源代码,没有标签,每个缩进3个空格,包裹120个字符的行。
indent -i3 -kr -nut -l120
# 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.
#根据Kernighan和Ritchie(K&R)的风格格式化C / C ++源代码,没有标签,每个缩进3个空格,包裹120个字符的行。
indent -i3 -kr -nut -l120