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

Method setParensOutsidePaddingMode

plugins/astyle/astyle_formatter.cpp:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void AStyleFormatter::setParensOutsidePaddingMode(bool mode)
518{
519 m_options[QStringLiteral("PadParenthesesOut")] = mode;
520 m_engine.setParensOutsidePaddingMode(mode);
521}
522
523void AStyleFormatter::setParensInsidePaddingMode(bool mode)
524{

Callers 1

paddingChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected