| 384 | } |
| 385 | |
| 386 | void AStyleFormatter::setBlockIndent(bool on) |
| 387 | { |
| 388 | m_options[QStringLiteral("IndentBlocks")] = on; |
| 389 | m_engine.setBlockIndent(on); |
| 390 | } |
| 391 | |
| 392 | void AStyleFormatter::setBracketIndent(bool on) |
| 393 | { |
no outgoing calls
no test coverage detected