Definitions
Indent (Unix)&o=10616

Indent (Unix)

indent is a Unix utility that reformats C and C++ code in a user-defined coding style. Support for C++ code is considered experimental.

Examples of usage

The command line

indent somefile.c -st -bad --blank-lines-after-procedures -bli0 -i4 -l79 
-ncs -npcs -nut -npsl -fca -lc79 -fc1

indents somefile.c in a style resembling BSD/Allman style and writes the result to the standard output.

GNU indent

GNU indent is the GNU Project's version of indent. A different indent style, the GNU style, is used by default.

External links

Search another word or see Indent (Unix)&o=10616on Dictionary | Thesaurus |Spanish
  • Please Login or Sign Up to use the Recent Searches feature