js-beautify icon indicating copy to clipboard operation
js-beautify copied to clipboard

unwanted space in operators , handle multi var declare

Open lazezo2 opened this issue 10 months ago • 0 comments

just any Comparison operators like === or >= etc he add space between them lie = = = or > = that's my first issue second issue i want to convert multi variable declare to single declare, like cons xxxx = "", yyy =""; to be const xxxx = ""; const yyy = "";

lazezo2 avatar May 02 '24 06:05 lazezo2