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

Method setContinuation

plugins/astyle/astyle_formatter.cpp:453–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void AStyleFormatter::setContinuation(int n)
454{
455 m_options[QStringLiteral("Continuation")] = n;
456 m_engine.setContinuationIndentation(n);
457}
458
459void AStyleFormatter::setBracketFormatMode(astyle::BraceMode mode)
460{

Callers 1

afterParensChangedMethod · 0.80

Calls 1

Tested by

no test coverage detected