Steven Zeck
|
c3b5e063d1
|
Remove newlines from SQL test files
|
2018-03-09 23:10:59 -06:00 |
Steven Zeck
|
42e493ea52
|
Enable SQL for CI tests
|
2018-03-09 22:49:51 -06:00 |
Glavin Wiechert
|
5bb3667987
|
Merge pull request #2068 from hxsf/master
Fix #1790. Fix Lua indentation format bug
|
2018-03-08 13:45:56 -04:00 |
呼啸随风
|
b97f106537
|
Update test.lua
|
2018-03-08 15:14:04 +08:00 |
Steven Zeck
|
dc500b6a05
|
Fix Ruby test files
|
2018-03-05 10:27:40 -06:00 |
Steven Zeck
|
4ecd668208
|
Update Rubocop to run as an exe
|
2018-03-05 10:18:51 -06:00 |
Steven Zeck
|
4cd81a388d
|
Disable gn and verilog CI tests for now
|
2018-03-02 11:53:38 -06:00 |
Glavin Wiechert
|
02098d6c7a
|
Merge branch 'remark-by-default' of https://github.com/kachkaev/atom-beautify into kachkaev-remark-by-default
|
2018-03-01 22:39:35 -04:00 |
Glavin Wiechert
|
1e80a3553d
|
Merge branch 'gn' of https://github.com/samogot/atom-beautify into samogot-gn
|
2018-03-01 21:54:31 -04:00 |
Glavin Wiechert
|
9a761f7957
|
Merge branch 'master' of https://github.com/g0t00/atom-beautify into g0t00-master
|
2018-03-01 21:02:50 -04:00 |
Glavin Wiechert
|
abbc8b3bf1
|
Merge branch 'master' of https://github.com/nekromant/atom-beautify into nekromant-master
|
2018-03-01 20:49:41 -04:00 |
Christian Kjær
|
f4ec78b415
|
Merge branch 'master' into master
|
2018-02-26 18:08:09 +01:00 |
Steven Zeck
|
569f76271f
|
Skip Ocaml test, comment out opam and ocp-indent installations for CI
|
2018-02-19 12:13:23 -06:00 |
Andrew Andrianov
|
5bcb09d340
|
verilog: Add more options for verilog-mode.el
Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
|
2018-02-12 16:09:25 +03:00 |
Andrew Andrianov
|
6db872294e
|
beautifiers: Add support for Verilog/SystemVerilog beautification
Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
|
2018-02-07 13:15:21 +03:00 |
Steven Zeck
|
ea33618124
|
Fix expected output for TSX
|
2018-02-06 13:54:44 -06:00 |
Steven Zeck
|
6c38d3df3f
|
Fix typescript-formatter issues for TSX
|
2018-02-06 13:52:25 -06:00 |
Steven Zeck
|
7107f00beb
|
Fix unit test for tsx
|
2018-02-06 10:32:09 -06:00 |
Alexander Kachkaev
|
74efe30ae0
|
Add tests for custom Remark options in .jsbeautifyrc
|
2018-02-06 15:55:37 +00:00 |
Glavin Wiechert
|
1163b93123
|
Merge branch 'master' into remark-by-default
|
2018-02-06 10:19:13 -04:00 |
Steven Zeck
|
aefb7794d6
|
Add new language tsx, add tsx support to typescript-formatter
|
2018-01-30 17:35:23 -06:00 |
Alexander Kachkaev
|
0525c05ea8
|
Update markdown tests
|
2018-01-30 11:37:06 +00:00 |
samogot
|
187857e933
|
Add GN beautifier
|
2018-01-05 10:14:57 +02:00 |
Anton Schulte
|
ece4d52854
|
Added VHDL Support via Emacs
|
2017-12-07 17:11:02 +01:00 |
Christian Kjær
|
8ffae7ac2f
|
Merge branch 'master' into master
|
2017-11-08 09:11:37 +09:00 |
Christian Kjaer Laustsen
|
7121eef0be
|
Run docs and add examples
|
2017-10-28 12:53:31 +02:00 |
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 |