Added known bug to README

This commit is contained in:
Austen Adler 2016-08-20 14:44:55 -04:00
parent 07df82e136
commit f8c48b05a0
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -11,3 +11,9 @@ 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) {}
```