From f8c48b05a0725a0d4581f4305a3dddd67e72613a Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sat, 20 Aug 2016 14:44:55 -0400 Subject: [PATCH] Added known bug to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1578cee..03dd99f 100644 --- a/README.md +++ b/README.md @@ -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) {} +```