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

Method setAddBracesMode

plugins/astyle/astyle_formatter.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void AStyleFormatter::setAddBracesMode(bool state)
488{
489 m_options[AStyleOptionKey::bracesAdd()] = state;
490 m_engine.setAddBracesMode(state);
491}
492
493void AStyleFormatter::setBreakBlocksMode(bool state)
494{

Callers 1

bracketsChangedMethod · 0.45

Calls 1

bracesAddFunction · 0.85

Tested by

no test coverage detected