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

Method EnableNonStandardLuaSupport

CodeFormat/src/FormatContext.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void FormatContext::EnableNonStandardLuaSupport() {
143 _isSupportNonStandardLua = true;
144}
145
146void FormatContext::EnableNameStyleCheckSupport() {
147 _diagnosticStyle.name_style_check = true;

Callers 2

InitFormatFunction · 0.80
InitCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected