Commit Graph

218 Commits

Author SHA1 Message Date
Malte Brodersen fcb15dc552 add example 2017-10-10 16:57:18 +02:00
Glavin Wiechert 42d4d18404 Merge branch 'prettydiff2' of https://github.com/prettydiff/atom-beautify into prettydiff-prettydiff2 2017-10-07 14:14:31 -03:00
prettydiff f908305663 renaming test files so that erb is beautified as html 2017-10-04 21:38:22 -05:00
prettydiff 25c422c773 updating a test sample 2017-10-04 16:11:22 -05:00
kamontat 153cfca04d my fail for wrong expected indent 2017-07-15 23:55:51 +07:00
kamontat 8d846c6aa7 expected should indent by 2 2017-07-15 23:47:17 +07:00
kamontat 87f35c895a update new test-case 2017-07-15 23:07:02 +07:00
Austin Cheney c9f2f1fbd3 still working the prettydiff2 2017-06-30 16:51:06 -05:00
Austin Cheney 9f44a63cd0 updating code samples to match updated pretty diff 2017-06-30 16:01:53 -05:00
Glavin Wiechert 8b5363f7bf Fixes #1725. Improve PHP-CS-Fixer support with handling script path
Detect if the executable path is either .phar (PHP) or not and
run the executable PHP-CS-Fixer differently considering.
2017-06-19 02:36:42 -03:00
Glavin Wiechert b83fdd5fe6 Fix #1030. Autopep8 Executable did not handle older and newer versions
Older Autopep8 printed version to stderr, newer version to stdout.

See https://github.com/Glavin001/atom-beautify/issues/1030#issuecomment-309318598
2017-06-18 23:54:39 -03:00
Glavin Wiechert dc5f4a20dc Switch elm-format to using Executables 2017-06-04 02:43:02 -03:00
Glavin Wiechert 800066963c Merge pull request #1625 from hxsf/master
Fixed #1613 and #1588. Add EOL, scientific notiation, and adjust whitespace support
2017-05-28 04:42:40 -03:00
Glavin Wiechert d9b97b3d88 Merge branch 'add-config-to-xml' of https://github.com/EliJDonahue/atom-beautify into EliJDonahue-add-config-to-xml 2017-05-28 02:28:35 -03:00
Glavin Wiechert 346bf3c1af Close #27. Add commands for beautifying with specific language 2017-05-06 16:32:58 -03:00
hxsf 893e116fc4 fix bug #1588 2017-04-25 14:23:03 +08:00
Glavin Wiechert 595349fd5b Disable broken Python tests 2017-04-20 01:18:37 -03:00
Glavin Wiechert a3031adac5 Disable broken Ruby test 2017-04-19 23:52:42 -03:00
Glavin Wiechert c44dfa150f Fix Python test test 2017-04-19 23:52:24 -03:00
Glavin Wiechert 526e3ff426 Remove old Marko test, update marko-prettyprint 2017-04-19 23:16:42 -03:00
Glavin Wiechert de6323e202 Fix Vue test 2017-04-19 23:16:20 -03:00
Glavin Wiechert 48bd5584da See #312. Add align-yaml as YAML beautifier 2017-04-15 21:03:25 -03:00
Glavin Wiechert 3c14757b4d See #1344. Remove Sass support from Vue beautifier 2017-04-15 16:20:29 -03:00
Glavin Wiechert 3435e16eb4 Fixes #1557. Fix Vue beautifier adding extra newlines 2017-04-15 16:03:56 -03:00
Glavin Wiechert 85a744fb98 See #505 and #1494. Fix options of Nginx beautifier 2017-04-15 02:26:52 -03:00
Glavin Wiechert 0066451ff5 Merge branch 'master' into master 2017-04-15 01:57:31 -03:00
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
hxsf 25b3ef0417 add examples for lua 2017-03-28 16:25:52 +08:00
Denys Vitali afee0a47c9 Add support for nginx 2017-01-30 15:38:05 +01:00
Glavin Wiechert 1fc3dbb99a See #1327. Add JavaScript to Vue language fallback options 2017-01-02 02:46:52 -04:00
Glavin Wiechert 41af3060e6 Disable failing PHP examples 2016-12-30 02:51:23 -04:00
Glavin Wiechert bf36fb50ae Fix bash examples 2016-12-30 01:30:46 -04:00
Eli Donahue 404373182c Updated example files
Updated example files

Fixed the "expected" file name and made the original test file more interesting.
2016-10-19 13:49:51 -04:00
Eli Donahue e7c76a3ef4 Updated example files
Fixed the "expected" file name and made the original test file more interesting.
2016-10-19 13:24:31 -04:00
Eli Donahue b99f249140 Added test case for XML file with .config extension 2016-10-19 11:17:29 -04:00
quilicicf df89047046 🆕 Add beautysh as bash/shell beautifier 2016-09-23 18:59:28 +02:00
Glavin Wiechert 0f82daa55c Clean up some PR code 2016-09-11 21:14:44 -03:00
Glavin Wiechert 2c57253bd3 Merge branch 'fuse-ux' of https://github.com/louisgv/atom-beautify into louisgv-fuse-ux 2016-09-11 20:59:27 -03:00
Dan Vingo 9ed56bd351 Add Clojure support using cljfmt 2016-09-03 21:26:54 -04:00
Sebastian DiLorenzo 48fa8dd634 fixing merge conflicts 2016-08-29 11:35:41 +02:00
Aidi Stan b9f97895f9 Correct test examples for SASS 2016-08-26 14:02:15 +08:00
Sebastian DiLorenzo 3573d8aa7a re adding expected test.r after hopefully solving bug 2016-08-25 16:53:27 +02:00
Sebastian DiLorenzo 9d31e3bb6d Added namechanges to formatR as per Glavins suggestion. Hopefully fixed example (old default was 2 tabs rather than 4) 2016-08-25 09:55:05 +02:00
Sebastian DiLorenzo a8ceae0626 Adding travis R install and fixed merge 2016-08-24 12:06:56 +02:00
Aidi Stan 7ebc41be64 Implement Vue Beautifier 2016-08-16 10:26:53 +08:00
Louis G. Vichy 80a99c29c5 Added Test and the language file 2016-08-13 04:32:30 -04:00
Sebastian DiLorenzo 2c6d6b613b afaik a working version of atom-beautify with r language implemented! Includes examples 2016-08-10 15:00:38 +02:00
Sebastian DiLorenzo 1bc8d13f93 first try adding r to atom-beautify 2016-08-09 16:06:26 +02:00
Alex Bell b8ea505e18 LESS, SASS, SCSS tests should expect newlines 2016-07-30 13:45:17 -07:00
Glavin Wiechert 0212f49c83 Close #1061. Help Debug Editor command creates Gist (no Clipboard) 2016-07-19 01:17:21 -03:00