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

Method EnableCLikeCommentsSupport

CodeFormat/src/FormatContext.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void FormatContext::EnableCLikeCommentsSupport() {
159 _isSupportCLikeComments = false;
160}
161
162LuaStyle FormatContext::GetStyle(std::string_view path) const {
163 std::shared_ptr<LuaEditorConfig> editorConfig = nullptr;

Callers 2

InitFormatFunction · 0.80
InitCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected