Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deundrewilliams/code-formatter


https://github.com/deundrewilliams/code-formatter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Code Formatter
---
## Purpose:
This tool built with C++ can be used to analyze a file written in C and detect common style errors.

## Installation Guide
* [Clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repository

## Usage Instructions
1. Place a `.c` file in the `code-formatter` directory

2. Run `make` in the terminal

3. Run `./a.out ` in the terminal