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