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

Method setParensUnPaddingMode

plugins/astyle/astyle_formatter.cpp:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534void AStyleFormatter::setParensUnPaddingMode(bool state)
535{
536 m_options[QStringLiteral("PadParenthesesUn")] = state;
537 m_engine.setParensUnPaddingMode(state);
538}
539
540void AStyleFormatter::setBreakOneLineBlocksMode(bool state)
541{

Callers 1

paddingChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected