MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / incContinuationIndent

Method incContinuationIndent

src/FormatVisitor.cpp:1895–1899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1893}
1894
1895void FormatVisitor::incContinuationIndent() {
1896 LOG_FUNCTION_BEGIN();
1897 indent_ += config_.get<int>("continuation_indent_width");
1898 LOG_FUNCTION_END();
1899}
1900
1901void FormatVisitor::decContinuationIndent() {
1902 LOG_FUNCTION_BEGIN();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected