InsertBraces will insert braces for single line control flow statements (currently if/else/for).
It currently accepts the following options:
- Never - Keeps the current behavior and never add braces (also default value)
- Always - Always add braces to single lines after the control flow statement
- WrapLikely - If the line after the control flow statement is not braced and likely to wrap, braces will be added
- Remove - Always remove braces to single line flow control
Oops missed regenerating this.! (next time around)