EmmyLuaCodeStyle icon indicating copy to clipboard operation
EmmyLuaCodeStyle copied to clipboard

增加配置: remove_if_condition_parentheses

Open alkene0005 opened this issue 5 months ago • 2 comments
trafficstars

if (a and b) then ...
⬇️
if a and b then ...

alkene0005 avatar Jun 18 '25 11:06 alkene0005