Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetAlign
Method
GetAlign
CodeFormatCore/src/Format/Analyzer/FormatResolve.cpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
std::size_t FormatResolve::GetAlign() const {
85
return _prevSpaceData.Align;
86
}
87
88
void FormatResolve::SetRelativeIndentAlign(std::size_t align) {
89
_prevSpaceStrategy = PrevSpaceStrategy::AlignRelativeIndent;
Callers
1
DoResolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected