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

Method setPreprocDefineIndent

plugins/astyle/3rdparty/libastyle/ASBeautifier.cpp:698–701  ·  view source on GitHub ↗

* set the state of the preprocessor indentation option. * If true, multi-line #define statements will be indented. * * @param state state of option. */

Source from the content-addressed store, hash-verified

696 * @param state state of option.
697 */
698void ASBeautifier::setPreprocDefineIndent(bool state)
699{
700 shouldIndentPreprocDefine = state;
701}
702
703void ASBeautifier::setPreprocConditionalIndent(bool state)
704{

Callers 1

setPreprocessorIndentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected