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

Method SupportNonStandardSymbol

CodeFormatLib/src/LuaCodeFormat.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void LuaCodeFormat::SupportNonStandardSymbol() {
57 _supportNonStandardSymbol = true;
58}
59
60void LuaCodeFormat::SupportCLikeComments() {
61 _supportCLikeComments = true;

Callers 7

set_nonstandard_symbolFunction · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
TypeFormatMethod · 0.45
DiagnosticMethod · 0.45
SpellCheckMethod · 0.45
NameStyleCheckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected