* set the add brackets mode. * options: * true brackets added to headers for single line statements. * false brackets NOT added to headers for single line statements. * * @param mode the add brackets mode. */
| 1537 | * @param mode the add brackets mode. |
| 1538 | */ |
| 1539 | void ASFormatter::setAddBracketsMode(bool state) |
| 1540 | { |
| 1541 | shouldAddBrackets = state; |
| 1542 | } |
| 1543 | |
| 1544 | /** |
| 1545 | * set the add one line brackets mode. |