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

Method incIndent

src/FormatVisitor.cpp:1883–1887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1881}
1882
1883void FormatVisitor::incIndent() {
1884 LOG_FUNCTION_BEGIN();
1885 indent_ += config_.get<int>("indent_width");
1886 LOG_FUNCTION_END();
1887}
1888
1889void FormatVisitor::decIndent() {
1890 LOG_FUNCTION_BEGIN();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected