+ 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}'
Simple perl script beautifier for lua, by @pkulchenko