Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
void AStyleFormatter::setAfterParens(bool on)
448
{
449
m_options[QStringLiteral(
"AfterParens"
)] = on;
450
m_engine.setAfterParenIndent(on);
451
}
452
453
void AStyleFormatter::setContinuation(int n)
454
{
Callers
1
afterParensChanged
Method · 0.80
Calls
1
setAfterParenIndent
Method · 0.80
Tested by
no test coverage detected