MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / SetIndent

Method SetIndent

CodeFormatCore/src/Format/Analyzer/FormatResolve.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void FormatResolve::SetIndent(std::size_t indent, IndentStrategy strategy) {
75 _indentStrategy = strategy;
76 _indent = indent;
77}
78
79void FormatResolve::SetAlign(std::size_t alignPos) {
80 _prevSpaceStrategy = PrevSpaceStrategy::AlignPos;

Callers 2

QueryMethod · 0.80
QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected