Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deundrewilliams/code-formatter
https://github.com/deundrewilliams/code-formatter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/deundrewilliams/code-formatter
- Owner: deundrewilliams
- Created: 2021-04-27T23:15:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:41:16.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T04:47:45.334Z (3 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` directory2. Run `make` in the terminal
3. Run `./a.out ` in the terminal