* set option to attach namespace brackets * * @param state true = attach, false = use style default. */
| 1790 | * @param state true = attach, false = use style default. |
| 1791 | */ |
| 1792 | void ASFormatter::setAttachNamespace(bool state) |
| 1793 | { |
| 1794 | shouldAttachNamespace = state; |
| 1795 | } |
| 1796 | |
| 1797 | /** |
| 1798 | * set option to attach inline brackets |