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

Method SetDefaultCodeStyle

CodeFormatCLib/src/CodeFormat.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
ParseMethod · 0.45

Tested by

no test coverage detected