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

Method setClassIndent

plugins/astyle/astyle_formatter.cpp:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void AStyleFormatter::setClassIndent(bool on)
405{
406 m_options[QStringLiteral("IndentClasses")] = on;
407 m_engine.setClassIndent(on);
408}
409
410void AStyleFormatter::setLabelIndent(bool on)
411{

Callers 1

indentObjectsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected