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

Method SupportNonStandardSymbol

CodeFormatCLib/src/CodeFormat.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CodeFormat::SupportNonStandardSymbol() {
57 _supportNonStandardSymbol = true;
58}
59
60char *CodeFormat::Reformat(const std::string &uri, std::string &&text, FormattingOptions options) {
61 auto file = LuaSource::From(std::move(text));

Callers 7

CheckSingleFileMethod · 0.45
ReformatSingleFileMethod · 0.45
RangeReformatMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
TypeFormatMethod · 0.45
DiagnosticMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected