/SourceCode_Indenter

A program to format C code to the correct indentation style

Primary LanguageC++

SourceCode Indenter

Many times the source code written without the help of IDEs and source code editors may lack proper indenting and formatting. This program takes a C source code file as input and convert it into a properly formatted and indented source code file.

The program is limited to indenting source code files written in C programming language.

Example

Unindented Source Code File
(INPUT)
Indented Source Code File
(OUTPUT)