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

Method SetDefaultCodeStyle

CodeFormatLib/src/LuaCodeFormat.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void LuaCodeFormat::SetDefaultCodeStyle(ConfigMap &configMap) {
49 if (!configMap.empty()) {
50 LuaStyle style;
51 style.Parse(configMap);
52 _defaultStyle = style;
53 }
54}
55
56void LuaCodeFormat::SupportNonStandardSymbol() {
57 _supportNonStandardSymbol = true;

Callers 1

set_default_configFunction · 0.45

Calls 2

emptyMethod · 0.45
ParseMethod · 0.45

Tested by

no test coverage detected