* set the state of the class indentation option. If true, C++ class * definitions will be indented one additional indent. * * @param state state of option. */
| 498 | * @param state state of option. |
| 499 | */ |
| 500 | void ASBeautifier::setClassIndent(bool state) |
| 501 | { |
| 502 | classIndent = state; |
| 503 | } |
| 504 | |
| 505 | /** |
| 506 | * set the state of the switch indentation option. If true, blocks of 'switch' |