Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void LuaCodeFormat::SupportNonStandardSymbol() {
57
_supportNonStandardSymbol = true;
58
}
59
60
void LuaCodeFormat::SupportCLikeComments() {
61
_supportCLikeComments = true;
Callers
7
set_nonstandard_symbol
Function · 0.45
Reformat
Method · 0.45
RangeFormat
Method · 0.45
TypeFormat
Method · 0.45
Diagnostic
Method · 0.45
SpellCheck
Method · 0.45
NameStyleCheck
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected