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
Glavin Wiechert
d4a9a761da
Remove failing YAML front matter test
2016-07-09 00:03:25 -03:00
Glavin Wiechert
dfb45c026a
Fix failing tests
2016-07-06 14:58:28 -03:00
Glavin Wiechert
41ebc5ed93
Close #596 . Improve README documentation
2016-07-02 19:28:01 -03:00
Joost van Doorn
7096ceb195
Lua beautifier
...
Simple perl script beautifier for lua, by @pkulchenko
2016-06-07 20:17:34 +02:00
Glavin Wiechert
aae09ea463
Merge pull request #956 from patrick-steele-idem/marko-v3
...
Marko v3
2016-06-07 10:54:14 -03:00
Ra100
b11dc80abc
Fix Tidy Markdown and Rubocop examples expected output
2016-05-20 10:14:43 +02:00
Patrick Steele-Idem
e4168688d6
Updated marko tests
2016-04-29 00:26:07 -06:00
Patrick Steele-Idem
a17b73cf40
Updated test for marko
2016-04-28 23:23:41 -06:00
Glavin Wiechert
c9d423c6a4
Fix failing tests
2016-04-23 23:26:57 -03:00
Glavin Wiechert
513ebd807c
Closes #945 . Update TypeScript Formatter beautifier
2016-04-23 23:24:55 -03:00
Glavin Wiechert
ef8ca9798b
Update markdown examples
2016-04-23 17:13:54 -03:00
Glavin Wiechert
0cf2ee5954
Merge branch 'master' of https://github.com/petrui/atom-beautify into petrui-master
2016-04-23 16:47:22 -03:00
Glavin Wiechert
6ea9788255
Merge branch 'master' of https://github.com/fdelbos/atom-beautify into fdelbos-master
2016-04-23 16:41:20 -03:00
Glavin Wiechert
e5e37dc2c1
Update tidy-markdown and fix related tests
2016-04-23 16:37:07 -03:00
Frederic Delbos
8b237edbee
add ocaml language
2016-04-19 23:15:36 +02:00
Petru Ilies
58f7a868d7
Merge remote-tracking branch 'upstream/master'
2016-04-18 10:35:46 +03:00
Glavin Wiechert
3bc3c6d3a7
See #924 . Add JavaScript test that is reported to crash Atom
2016-04-16 16:15:47 -03:00
Jan-Cornelius Molnar
106a3130e4
updated elm examples to v0.2
2016-04-14 14:05:18 +02:00
Mark Tofan
0df1d8a5df
Added support for Crystal language
2016-04-07 00:00:20 +03:00
Glavin Wiechert
c43556f636
Disable LaTeX beautification tests since they are not setup to pass
2016-04-01 18:59:37 -03:00
Glavin Wiechert
02f02a41e6
Resolve failing tests with updated dependencies
2016-04-01 17:22:12 -03:00
Glavin Wiechert
d48768e503
Closes #199 . Add Jade/Pug beautify support
2016-03-30 10:34:49 -03:00
Glavin Wiechert
4f9981cd83
Merge pull request #845 from Focus/master
...
Adds LaTeX language support
2016-03-25 23:43:14 -03:00
Michael Hancock
18ae07eaff
Added opencl language support
...
OpenCL language support is achieved here simply by attaching '.CL'
extension to the 'C' language module. OpenCL is C based however beautify
will not support beautification despite having C language support, due
to the different file extension.
2016-03-24 00:34:55 +00:00
Glavin Wiechert
73919f7902
Update Pretty Diff to v1.16.27
2016-03-03 19:48:22 -04:00
Glavin Wiechert
63bda7fa30
Remove Haskell tests because it takes so long to install
2016-03-03 19:43:45 -04:00
Focus
08fa230f71
Tests
2016-03-03 22:16:58 +00:00
Glavin Wiechert
3a6763a25c
See #828 , #757 , #731 , #750 . Fix Riot.js support,
...
add support to Pretty diff beautifier
2016-02-25 23:30:34 -04:00
Eduardo Marín
3348c33aa4
riotjs tests added
2016-02-25 15:40:08 +01:00
Glavin Wiechert
aedf6adfba
See #733 . Remove dfmt from being default beautifier for D language
2016-02-21 17:23:02 -04:00
Glavin Wiechert
1b54040540
Update dependencies and fix failing tests
2016-02-21 16:47:59 -04:00
Glavin Wiechert
33ae978204
See #817 . Install MavensMate package for Apex testing
2016-02-21 16:46:27 -04:00
Glavin Wiechert
34a3297858
Merge branch 'master' of git://github.com/jdcrensh/atom-beautify into jdcrensh-master
2016-02-20 15:32:57 -04:00
Glavin Wiechert
e43952c7d3
Merge pull request #744 from ra100/master
...
PHPCBF (PHP_CodeSniffer) + Remark for Markdown support
2016-02-20 15:27:52 -04:00
Glavin Wiechert
2b6b026cc6
Merge pull request #733 from LaurentTreguier/master
...
Adding dfmt support for D
2016-02-20 15:24:54 -04:00
Glavin Wiechert
e90a6335e3
Merge branch 'cfml' of git://github.com/finalcut/atom-beautify into finalcut-cfml
2016-02-20 15:13:27 -04:00
Glavin Wiechert
cceef0c912
Fix failing example tests for updated dependencies
2016-02-20 14:55:56 -04:00
Jon Crenshaw
f4000cc990
Add examples for Apex language
2016-02-19 20:25:11 -08:00
Ra100
2dce172228
add: remark for markdown
2016-01-28 13:11:09 +01:00
Glavin Wiechert
99299e5d30
Fixes #736 . Change unformatted option default value to match js-beautify
2016-01-12 14:27:30 -04:00
LaurentTreguier
ec81974d2d
Create test.d
2016-01-07 13:21:25 +01:00
LaurentTreguier
b7f32bba9a
Create test.d
2016-01-07 13:20:52 +01:00
Bill Rawlinson
149ce5570a
change lyout of expected final coldfusion test file
2015-12-21 08:03:40 -05:00
Bill Rawlinson
c7a792e4f9
added block for cfml
2015-12-18 14:34:08 -05:00
Bill Rawlinson
c24b4b5cbc
simply test file
2015-12-18 14:27:46 -05:00
Bill Rawlinson
311fcfd89f
add expected result of test for coldfusion
2015-12-18 11:24:35 -05:00
Bill Rawlinson
a7a7485699
create test source file for coldfusion
...
add a sort of ugly cfc for testing
2015-12-18 11:23:26 -05:00
Murphy Randle
31695b33c9
Add support for Elm
2015-12-10 18:45:33 -07:00
Glavin Wiechert
bb91eab955
Upgrade Pretty Diff to v1.16.0 and fix failing tests
2015-12-10 21:41:35 -04:00
Mark Baas
51d7e82433
added example
2015-11-19 22:25:22 -04:00
Glavin Wiechert
f9fc66ae73
Update Pretty Diff to v1.15.16 & fix JSX test
2015-11-14 13:30:04 -04:00
Glavin Wiechert
f36a1d15e2
Merge branch 'master' of https://github.com/hayatae/atom-beautify into hayatae-master
2015-11-02 14:11:58 -04:00
Glavin Wiechert
92e7fe9c8a
Merge branch 'master' of https://github.com/prettydiff/atom-beautify into prettydiff-master
2015-11-02 14:04:01 -04:00
Glavin Wiechert
9a3a23fc2a
Update Pretty Diff to v1.15.7 and fix broken JSX and TSS tests
2015-11-02 14:00:15 -04:00
Bob Long
5d575a7a5c
haskell test case
2015-10-29 21:18:19 +00:00
Jeff Wheeler
dc641c48bc
PR #594 Fixing test for issue #524
2015-10-08 19:36:05 -04:00
Austin Cheney
b4451f7e07
JSP support via beautifying as XML in Pretty Diff
2015-10-03 17:09:58 -05:00
Glavin Wiechert
8094016160
Fix all broken test examples
2015-09-25 18:35:48 -03:00
Austin Cheney
6f99dd6a51
resolved some minor changes
2015-09-22 13:47:06 -05:00
Glavin Wiechert
b7ea432cea
Update dependencies, tests, docs
2015-09-05 09:13:15 -03:00
Glavin Wiechert
00b15f3b59
Fixes #496 . Update Pretty Diff and fix adding two spaces incorrectly
...
Also fix the related unit tests.
2015-08-10 10:57:53 -03:00
Glavin Wiechert
30681e9a8a
Merge branch 'feat/puppet' of https://github.com/kelvix/atom-beautify into kelvix-feat/puppet
2015-08-05 12:14:02 -03:00
Glavin Wiechert
50fae4654e
Merge pull request #488 from MeetMe/gherkin-grammar
...
Add Gherkin grammar support
2015-08-05 12:13:22 -03:00
Glavin Wiechert
eea0fb63ae
Update test examples to pass testing with new Pretty Diff
2015-08-05 11:56:22 -03:00
Joe Hansche
8ac29a3fcf
Add Gherkin language test(s)
2015-08-04 13:26:41 -04:00
Juan Garcia
ae226e24fb
puppet support via puppet-lint
2015-07-25 15:19:37 -05:00