3c6479680b
+ bugs: - negative number: 'local a = -1' => 'local a = - 1' - unequal: 'a ~= b' => 'a ~ = b' - change the comment: '-- a b' => '-- a b' + feature: - remove space before comma, add add space after comma: '{a = 1 ,b = 2}' => '{a = 1, b = 2}' |
||
---|---|---|
.. | ||
editorconfig-options | ||
nested-jsbeautifyrc | ||
simple-jsbeautifyrc |