* set the state of the modifier indentation option. If true, C++ class * access modifiers will be indented one-half an indent. * * @param state state of option. */
| 569 | * @param state state of option. |
| 570 | */ |
| 571 | void ASBeautifier::setModifierIndent(bool state) |
| 572 | { |
| 573 | modifierIndent = state; |
| 574 | } |
| 575 | |
| 576 | /** |
| 577 | * set the state of the switch indentation option. If true, blocks of 'switch' |