| 396 | } |
| 397 | |
| 398 | void AStyleFormatter::setCaseIndent(bool on) |
| 399 | { |
| 400 | m_options[QStringLiteral("IndentCases")] = on; |
| 401 | m_engine.setCaseIndent(on); |
| 402 | } |
| 403 | |
| 404 | void AStyleFormatter::setClassIndent(bool on) |
| 405 | { |
no outgoing calls
no test coverage detected