Skip to content

A program to format C code to the correct indentation style

Notifications You must be signed in to change notification settings

dragon540/SourceCode_Indenter

Repository files navigation

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)

About

A program to format C code to the correct indentation style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published