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

Method setSwitchIndent

plugins/astyle/astyle_formatter.cpp:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void AStyleFormatter::setSwitchIndent(bool on)
429{
430 m_options[QStringLiteral("IndentSwitches")] = on;
431 m_engine.setSwitchIndent(on);
432}
433
434void AStyleFormatter::setMaxInStatementIndentLength(int max)
435{

Callers 1

indentObjectsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected