MCPcopy 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
380void AStyleFormatter::setEmptyLineFill(bool on)
381{
382 m_options[AStyleOptionKey::fillEmptyLines()] = on;
383 m_engine.setEmptyLineFill(on);
384}
385
386void AStyleFormatter::setBlockIndent(bool on)
387{

Callers 1

indentChangedMethod · 0.45

Calls 1

fillEmptyLinesFunction · 0.85

Tested by

no test coverage detected