MCPcopy Create free account
hub / github.com/KDE/kdevelop / setBlockIndent

Method setBlockIndent

plugins/astyle/astyle_formatter.cpp:386–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

indentObjectsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected