| 451 | } |
| 452 | |
| 453 | void AStyleFormatter::setContinuation(int n) |
| 454 | { |
| 455 | m_options[QStringLiteral("Continuation")] = n; |
| 456 | m_engine.setContinuationIndentation(n); |
| 457 | } |
| 458 | |
| 459 | void AStyleFormatter::setBracketFormatMode(astyle::BraceMode mode) |
| 460 | { |
no test coverage detected