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

Method setParensInsidePaddingMode

plugins/astyle/astyle_formatter.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523void AStyleFormatter::setParensInsidePaddingMode(bool mode)
524{
525 m_options[QStringLiteral("PadParenthesesIn")] = mode;
526 m_engine.setParensInsidePaddingMode(mode);
527}
528
529void AStyleFormatter::setParensHeaderPaddingMode(bool mode) {
530 m_options[QStringLiteral("PadParenthesesHeader")] = mode;

Callers 1

paddingChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected