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

Method setCaseIndent

plugins/astyle/astyle_formatter.cpp:398–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void AStyleFormatter::setCaseIndent(bool on)
399{
400 m_options[QStringLiteral("IndentCases")] = on;
401 m_engine.setCaseIndent(on);
402}
403
404void AStyleFormatter::setClassIndent(bool on)
405{

Callers 1

indentObjectsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected