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

Method setPreprocessorIndent

plugins/astyle/astyle_formatter.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void AStyleFormatter::setPreprocessorIndent(bool on)
423{
424 m_options[QStringLiteral("IndentPreprocessors")] = on;
425 m_engine.setPreprocDefineIndent(on);
426}
427
428void AStyleFormatter::setSwitchIndent(bool on)
429{

Callers 2

indentObjectsChangedMethod · 0.80
testMacroFormattingMethod · 0.80

Calls 1

Tested by 1

testMacroFormattingMethod · 0.64