csc230-autoformat/README.md

339 B

csc230-autoformat

Requirements

  • zsh
  • astyle 2.04+
  • perl

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) {}