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

Method setAfterParens

plugins/astyle/astyle_formatter.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void AStyleFormatter::setAfterParens(bool on)
448{
449 m_options[QStringLiteral("AfterParens")] = on;
450 m_engine.setAfterParenIndent(on);
451}
452
453void AStyleFormatter::setContinuation(int n)
454{

Callers 1

afterParensChangedMethod · 0.80

Calls 1

setAfterParenIndentMethod · 0.80

Tested by

no test coverage detected