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

Method setBracketIndent

plugins/astyle/astyle_formatter.cpp:392–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void AStyleFormatter::setBracketIndent(bool on)
393{
394 m_options[QStringLiteral("IndentBrackets")] = on;
395 m_engine.setBraceIndent(on);
396}
397
398void AStyleFormatter::setCaseIndent(bool on)
399{

Callers 1

indentObjectsChangedMethod · 0.80

Calls 1

setBraceIndentMethod · 0.80

Tested by

no test coverage detected