2467 Commits

Author SHA1 Message Date
Liam Newman
0560855251
Add -f - test for python
this is not strictly required by any known user, but it should work
2019-01-07 16:54:57 -08:00
Liam Newman
b18e1fdeeb
Add test for -f -
vim beautify requires -f - to work
2019-01-07 16:47:03 -08:00
Liam Newman
e7a35c97c3
Merge branch 'master' into fix-ignore-stdin-marker 2019-01-07 10:29:12 -08:00
Qs-F
841de29d2f
Fix stdin marker "-" is ignored error 2019-01-08 03:18:32 +09:00
Liam Newman
5a5c04f10b
Merge pull request #1605 from bitwiseman/mode
Move MODE use to after definition
2018-12-19 14:51:52 -08:00
Liam Newman
71d52d50d7 Move MODE use to after definition
Fixes #1604
2018-12-19 14:14:37 -08:00
Liam Newman
883190b1b3
Merge pull request #1598 from bitwiseman/html-script
Add html/text support to script tag
2018-12-09 01:00:35 -08:00
Liam Newman
8a853f9857 Code clean up
Code climate complained. Improved further.
2018-12-09 00:41:02 -08:00
Liam Newman
cbaafd4548
Merge branch 'master' into html-script 2018-12-08 20:16:16 -08:00
Liam Newman
a8c9267aff Turn of gh-pages for release 2018-12-08 19:02:46 -08:00
Liam Newman
bdf611c671 Fix null beautifier and add tests
Fixes #1590
2018-12-08 18:43:50 -08:00
Liam Newman
f79082e441 Add html/text support to script tag
Fixes #1591

NOTE: This is a potentially breaking change to existing behavior.
Whitespace at the start of html used to be ignored.
Now it will be used as the base indent for the rest of the input.
This makes it consistent with the other beautifiers but may change
the behaviors of libraries that use the beautifier.
2018-12-08 17:20:19 -08:00
Liam Newman
d95fd00387 Bump version numbers for 1.8.10-beta1 2018-12-06 14:12:42 -08:00
Liam Newman
b2a4313171
Merge pull request #1572 from MacKLess/tab_wrap
Tab and space alignment correction
2018-12-06 14:10:19 -08:00
Liam Newman
62174921ea Bump version numbers for 1.8.9 2018-12-06 14:06:38 -08:00
Liam Newman
212077a296 Update Changelog 2018-12-06 14:04:05 -08:00
Liam Newman
678ec2f043
Merge pull request #1597 from bitwiseman/file-param
File param
2018-12-06 13:57:57 -08:00
Liam Newman
c0702721ee Fix globs and tests
Also fixes #1583
2018-12-06 13:47:22 -08:00
Liam Newman
5bc3776a5e Fix indenting 2018-12-06 08:37:01 -08:00
Liam Newman
4412cc970c
Merge branch 'master' into tab_wrap 2018-12-05 20:22:12 -08:00
Liam Newman
13b6abced5
Merge pull request #1580 from StefanKoenen/issue-787
Added support for globs.
2018-12-05 20:21:48 -08:00
Liam Newman
e1c147d8fa Add glob support to python 2018-12-05 20:11:47 -08:00
Stefan Koenen
4cb57d5c26 Added support for globs. 2018-12-05 18:25:47 -08:00
Liam Newman
44a83e7333
Merge pull request #1436 from 121595113/master
in the .vue file `space_after_anon_function` is invalid #1425
2018-11-29 09:50:33 -08:00
Liam Newman
d7d901ad56 Fixed up method shorthand 2018-11-29 09:41:05 -08:00
于涛
a715e0da86 in the .vue file space_after_anon_function is invalid #1425 2018-11-29 08:47:36 -08:00
Liam Newman
d573cf9300 More informative CI matrix names 2018-11-24 18:15:28 -08:00
Liam Newman
e31f5a290e
Merge pull request #1595 from bitwiseman/azure-macos
Add MacOS
2018-11-24 01:10:00 -08:00
Liam Newman
f438000b0c
Merge branch 'master' into azure-macos 2018-11-24 00:56:13 -08:00
Liam Newman
c9eabb912b
Merge branch 'master' into tab_wrap 2018-11-24 00:52:35 -08:00
Liam Newman
fda8cff124 Add MacOS 2018-11-24 00:46:59 -08:00
Liam Newman
9be8222bb3
Merge pull request #1592 from bitwiseman/azure-pipelines
Set up CI with Azure Pipelines
2018-11-24 00:29:06 -08:00
Liam Newman
ca482d5399 Set up CI with Azure Pipelines 2018-11-24 00:19:53 -08:00
Liam Newman
cd38e614db
Merge pull request #1588 from StefanKoenen/feature/update-readme-for-type-option
Updated the readme
2018-11-06 13:37:12 -08:00
Liam Newman
eabba2df8a
Update README.md 2018-11-06 13:06:41 -08:00
Stefan
e7ff3c7552
Merge branch 'master' into feature/update-readme-for-type-option 2018-11-06 18:33:49 +01:00
Stefan Koenen
85f0fab0d2 Updated the readme 2018-11-06 17:48:30 +01:00
Liam Newman
50e943ae71
Merge pull request #1587 from RubenNL/patch-1
fixed typo in README.md
2018-11-04 11:26:40 -08:00
RubenNL
bef14c2157
fixed typo in README.md 2018-11-03 13:18:21 +01:00
Liam Newman
7416a62d9e
Merge pull request #1568 from zilioti/js-default-options
defaultOptions for js
2018-11-01 09:20:20 -07:00
Liam Newman
1c485d22df
Merge pull request #1577 from markstos/patch-1
Document the default value of "editorconfig"
2018-10-24 10:45:38 +02:00
Liam Newman
97342b11c1
Merge branch 'master' into js-default-options 2018-10-23 03:13:43 -07:00
Mark Stosberg
77b30d0d1f
Document the default value of "editorconfig"
Also show that it's a valid option in the  config file.
2018-10-22 15:18:50 -04:00
Diego Zilioti
5e5280010a defaultOptions as a function 2018-10-20 19:13:48 -03:00
Liam Newman
e0a31991dc Add arrow function async test 2018-10-18 01:46:31 -07:00
Liam Newman
62e2fc9826 Bump version numbers for 1.8.8 2018-10-18 01:34:49 -07:00
Liam Newman
3d1e8ebc54 Update Changelog 2018-10-18 01:34:06 -07:00
Liam Newman
7ed4a773be
Merge branch 'master' into js-default-options 2018-10-17 15:23:41 -07:00
Liam Newman
74cb7c407c
Merge pull request #1574 from bitwiseman/object-async
Fix object literal async indenting
2018-10-13 14:29:39 -07:00
Liam Newman
a2ba20bb87 Fix object literal async indenting
Fixes #1573
2018-10-12 18:17:25 -07:00