Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setEmptyLineFill
Method
setEmptyLineFill
plugins/astyle/astyle_formatter.cpp:380–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
void AStyleFormatter::setEmptyLineFill(bool on)
381
{
382
m_options[AStyleOptionKey::fillEmptyLines()] = on;
383
m_engine.setEmptyLineFill(on);
384
}
385
386
void AStyleFormatter::setBlockIndent(bool on)
387
{
Callers
1
indentChanged
Method · 0.45
Calls
1
fillEmptyLines
Function · 0.85
Tested by
no test coverage detected