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

Method setLabelIndent

plugins/astyle/astyle_formatter.cpp:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410void AStyleFormatter::setLabelIndent(bool on)
411{
412 m_options[QStringLiteral("IndentLabels")] = on;
413 m_engine.setLabelIndent(on);
414}
415
416void AStyleFormatter::setNamespaceIndent(bool on)
417{

Callers 1

indentObjectsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected