indent

공백을 삽입하거나 삭제하여 a C/C++ 프로그램의 모양을 변경. 더 많은 정보: https://www.gnu.org/software/indent/.

indent --linux-style {{경로/대상/소스.c}} {{경로/대상/또다른_소스.c}}

indent --gnu-style {{경로/대상/소스.c}} -o {{경로/대상/들여쓰기된_소스.c}}

indent --k-and-r-style --indent-level3 --no-tabs --line-length120 {{경로/대상/소스.c}} -o {{경로/대상/들여쓰기된_소스.c}}