Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetIndent
Method
GetIndent
CodeFormatCore/src/Format/Analyzer/FormatResolve.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
std::size_t FormatResolve::GetIndent() const {
71
return _indent;
72
}
73
74
void FormatResolve::SetIndent(std::size_t indent, IndentStrategy strategy) {
75
_indentStrategy = strategy;
Callers
1
DfsForeach
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected