* set option to attach inline brackets * * @param state true = attach, false = use style default. */
| 1800 | * @param state true = attach, false = use style default. |
| 1801 | */ |
| 1802 | void ASFormatter::setAttachInline(bool state) |
| 1803 | { |
| 1804 | shouldAttachInline = state; |
| 1805 | } |
| 1806 | |
| 1807 | /** |
| 1808 | * set option to break/not break one-line blocks |