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

Method setMinConditionalIndentLength

plugins/astyle/astyle_formatter.cpp:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void AStyleFormatter::setMinConditionalIndentLength(int min)
441{
442 m_options[QStringLiteral("MinConditional")] = min;
443 m_engine.setMinConditionalIndentOption(min);
444 m_engine.setMinConditionalIndentLength();
445}
446
447void AStyleFormatter::setAfterParens(bool on)
448{

Callers 1

minMaxValuesChangedMethod · 0.45

Calls 1

Tested by

no test coverage detected