EmmyLuaCodeStyle
EmmyLuaCodeStyle copied to clipboard
增加配置: remove_if_condition_parentheses
if (a and b) then ...
⬇️
if a and b then ...
当前该项目并非处于积极维护的状态, 我的全部空余时间都在语言服务器项目上, 所以只能你自己尝试实现这个特性
了解