* set the bracket formatting mode. * options: * * @param mode the bracket formatting mode. */
| 1575 | * @param mode the bracket formatting mode. |
| 1576 | */ |
| 1577 | void ASFormatter::setBracketFormatMode(BracketMode mode) |
| 1578 | { |
| 1579 | bracketFormatMode = mode; |
| 1580 | } |
| 1581 | |
| 1582 | /** |
| 1583 | * set 'break after' mode for maximum code length |
nothing calls this directly
no outgoing calls
no test coverage detected