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

Method setBreakBlocksMode

plugins/astyle/astyle_formatter.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void AStyleFormatter::setBreakBlocksMode(bool state)
494{
495 m_options[QStringLiteral("BlockBreak")] = state;
496 m_engine.setBreakBlocksMode(state);
497}
498
499void AStyleFormatter::setBreakElseIfsMode(bool state)
500{

Callers 1

blocksChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected