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

Method decIndent

src/FormatVisitor.cpp:1889–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1887}
1888
1889void FormatVisitor::decIndent() {
1890 LOG_FUNCTION_BEGIN();
1891 indent_ -= config_.get<int>("indent_width");
1892 LOG_FUNCTION_END();
1893}
1894
1895void FormatVisitor::incContinuationIndent() {
1896 LOG_FUNCTION_BEGIN();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected