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

Method GetEndOfLine

CodeFormatCore/src/Format/FormatState.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20EndOfLine FormatState::GetEndOfLine() const {
21 return _formatStyle.detect_end_of_line ? _fileEndOfLine : _formatStyle.end_of_line;
22}
23
24void FormatState::SetFormatStyle(LuaStyle &style) {
25 _formatStyle = style;

Callers 3

CompleteMissTokenMethod · 0.45
AddEndOfLineMethod · 0.45
AnalyzeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected