| 426 | } |
| 427 | |
| 428 | void AStyleFormatter::setSwitchIndent(bool on) |
| 429 | { |
| 430 | m_options[QStringLiteral("IndentSwitches")] = on; |
| 431 | m_engine.setSwitchIndent(on); |
| 432 | } |
| 433 | |
| 434 | void AStyleFormatter::setMaxInStatementIndentLength(int max) |
| 435 | { |
no outgoing calls
no test coverage detected