Added known bug to README
This commit is contained in:
parent
07df82e136
commit
f8c48b05a0
@ -11,3 +11,9 @@ cd path/with/code/
|
|||||||
git clone https://github.ncsu.edu/agadler/csc230-autoformat ../autoformat
|
git clone https://github.ncsu.edu/agadler/csc230-autoformat ../autoformat
|
||||||
../autoformat/autoformat.sh
|
../autoformat/autoformat.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
- Automatically formatting this doesn't work (`(true)` doesn't get placed after `while ``): ```
|
||||||
|
while
|
||||||
|
(true) {}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user