| 140 | } |
| 141 | |
| 142 | void FormatContext::EnableNonStandardLuaSupport() { |
| 143 | _isSupportNonStandardLua = true; |
| 144 | } |
| 145 | |
| 146 | void FormatContext::EnableNameStyleCheckSupport() { |
| 147 | _diagnosticStyle.name_style_check = true; |
no outgoing calls
no test coverage detected