| 432 | } |
| 433 | |
| 434 | void AStyleFormatter::setMaxInStatementIndentLength(int max) |
| 435 | { |
| 436 | m_options[QStringLiteral("MaxStatement")] = max; |
| 437 | m_engine.setMaxInStatementIndentLength(max); |
| 438 | } |
| 439 | |
| 440 | void AStyleFormatter::setMinConditionalIndentLength(int min) |
| 441 | { |