Go to file
2017-01-08 01:10:59 -05:00
make.sh Updated make url 2017-01-08 01:10:59 -05:00
README.md Added readme for autoformat script builder 2017-01-08 01:08:42 -05:00

autoformat

Requirements

  • zsh
  • astyle 2.04+

Usage

./make.sh java > ../java-project/autoformat.sh
GLOB='src/**/*.c' ./make.sh c > ../c-project/autoformat.sh