* set the state of the namespace indentation option. * If true, blocks of 'namespace' statements will be indented one * additional indent. Otherwise, NO indentation will be added. * * @param state state of option. */
| 532 | * @param state state of option. |
| 533 | */ |
| 534 | void ASBeautifier::setNamespaceIndent(bool state) |
| 535 | { |
| 536 | namespaceIndent = state; |
| 537 | } |
| 538 | |
| 539 | /** |
| 540 | * set the state of the label indentation option. |