atom-beautify/examples
hxsf 3c6479680b fixed bugs and add feature
+ 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}'
2017-03-30 12:08:51 +08:00
..
editorconfig-options Resolve failing tests with updated dependencies 2016-04-01 17:22:12 -03:00
nested-jsbeautifyrc See #1327. Add JavaScript to Vue language fallback options 2017-01-02 02:46:52 -04:00
simple-jsbeautifyrc fixed bugs and add feature 2017-03-30 12:08:51 +08:00