| 408 | } |
| 409 | |
| 410 | void AStyleFormatter::setLabelIndent(bool on) |
| 411 | { |
| 412 | m_options[QStringLiteral("IndentLabels")] = on; |
| 413 | m_engine.setLabelIndent(on); |
| 414 | } |
| 415 | |
| 416 | void AStyleFormatter::setNamespaceIndent(bool on) |
| 417 | { |
no outgoing calls
no test coverage detected