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

Method setMaxInStatementIndentLength

plugins/astyle/astyle_formatter.cpp:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void AStyleFormatter::setMaxInStatementIndentLength(int max)
435{
436 m_options[QStringLiteral("MaxStatement")] = max;
437 m_engine.setMaxInStatementIndentLength(max);
438}
439
440void AStyleFormatter::setMinConditionalIndentLength(int min)
441{

Callers 1

minMaxValuesChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected