Added readme for autoformat script builder

This commit is contained in:
Austen Adler 2017-01-08 01:08:42 -05:00
commit 17e9fda04e
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# autoformat
## Requirements
- zsh
- astyle 2.04+
## Usage
```sh
./make.sh java > ../java-project/autoformat.sh
GLOB='src/**/*.c' ./make.sh c > ../c-project/autoformat.sh
```