6 lines
261 B
Markdown
6 lines
261 B
Markdown
# indent
|
|
|
|
Indent changes the appearance of a C program by inserting or deleting whitespace.
|
|
It also has options for controlling the alignment of braces and declarations, program indenting, formatting of both C and C++ comments, and other stylistic parameters.
|
|
|