/Source-Code-Beautifier

In this repository you will find code for beautification of source codes.

Primary LanguageC

Source Code Beautifier

This repository is aimed to contain source code beautifiers of all programming languages. Right now only a C language source code beautifier is available which is written in C. The same also works for java source codes. Just compile this file and execute. Give an input file name and the beautified code will be written on a new file named final.c You can change the destination file name according to your convenience.