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

Method decContinuationIndent

src/FormatVisitor.cpp:1901–1905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1899}
1900
1901void FormatVisitor::decContinuationIndent() {
1902 LOG_FUNCTION_BEGIN();
1903 indent_ -= config_.get<int>("continuation_indent_width");
1904 LOG_FUNCTION_END();
1905}
1906
1907void FormatVisitor::incIndentForAlign(int indent) {
1908 LOG_FUNCTION_BEGIN();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected