| 414 | } |
| 415 | |
| 416 | void AStyleFormatter::setNamespaceIndent(bool on) |
| 417 | { |
| 418 | m_options[QStringLiteral("IndentNamespaces")] = on; |
| 419 | m_engine.setNamespaceIndent(on); |
| 420 | } |
| 421 | |
| 422 | void AStyleFormatter::setPreprocessorIndent(bool on) |
| 423 | { |
no outgoing calls
no test coverage detected