Go to file
2017-01-07 23:52:59 -05:00
autoformat.sh Added base files 2017-01-07 23:52:59 -05:00
Doxyfile Added base files 2017-01-07 23:52:59 -05:00
process.pl Added base files 2017-01-07 23:52:59 -05:00
README.md Added base files 2017-01-07 23:52:59 -05:00

csc230-autoformat

Requirements

  • zsh
  • astyle 2.04+
  • perl
  • doxygen (optional, for checking if all code is documented)

Usage

cd path/with/code/
git clone https://github.ncsu.edu/agadler/csc230-autoformat ../autoformat
../autoformat/autoformat.sh

Known Issues

  • Automatically formatting this doesn't work ((true) doesn't get placed after `while ``): ``` while (true) {}