Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setBracketIndent
Method
setBracketIndent
plugins/astyle/astyle_formatter.cpp:392–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
void AStyleFormatter::setBracketIndent(bool on)
393
{
394
m_options[QStringLiteral(
"IndentBrackets"
)] = on;
395
m_engine.setBraceIndent(on);
396
}
397
398
void AStyleFormatter::setCaseIndent(bool on)
399
{
Callers
1
indentObjectsChanged
Method · 0.80
Calls
1
setBraceIndent
Method · 0.80
Tested by
no test coverage detected