Commit Graph

2475 Commits

Author SHA1 Message Date
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
Liam Newman
814e66c494
Merge branch 'master' into tab_wrap 2018-10-12 01:21:27 -07:00
Liam Newman
df1ca96dcb
Merge branch 'master' into js-default-options 2018-10-12 01:04:01 -07:00
Liam Newman
07f7da95aa
Merge pull request #1570 from mesqueeb/patch-1
Update "space_after_anon_function": false,
2018-10-12 00:58:41 -07:00
Liam Newman
d621adb724 Bump version numbers for 1.8.7 2018-10-12 00:51:15 -07:00
L. D. MacKrell
0bedb9961c Update python with space and tab adjustment 2018-10-12 00:37:14 -07:00
Liam Newman
a2c3d3aa73 Fix test 2018-10-12 00:02:26 -07:00
Liam Newman
d63816437d Finish translation 2018-10-11 23:58:23 -07:00
Liam Newman
a75fa68367 Translate options to python 2018-10-11 23:08:41 -07:00
Liam Newman
fa0705414d Use alignment in javascript beautifier 2018-10-11 20:36:48 -07:00
Liam Newman
586ffae417 IndentStringCache WIP 2018-10-10 20:59:32 -07:00
L. D. MacKrell
e799ab20c6 Fix tab vs space alignment for attributes WIP 2018-10-10 14:47:09 -07:00
Liam Newman
79dbee4851 Merge remote-tracking branch 'beautify-web/master' into js-default-options 2018-10-10 11:20:42 -07:00
Liam Newman
2f8e4f0502
Merge pull request #1571 from MacKLess/preserve
Add preserve and preserve_align to html
2018-10-10 11:12:59 -07:00
L. D. MacKrell
c413de0ef7 Add preserve and preserve_align to html 2018-10-10 11:04:40 -07:00
Luca Ban
23973831a7
Update "space_after_anon_function": false, 2018-10-09 16:24:12 +09:00
Liam Newman
7b20e88323
Merge pull request #1566 from zilioti/core-options-test
Add unit tests for core options
2018-10-08 10:46:02 -07:00
Liam Newman
96a0f67cee Minor tweaks 2018-10-08 10:29:47 -07:00
Liam Newman
28019526cb Merge remote-tracking branch 'beautify-web/master' into core-options-test 2018-10-08 10:27:12 -07:00
Liam Newman
9418c9eafb
Merge branch 'master' into js-default-options 2018-10-08 10:22:36 -07:00
Liam Newman
ab85ff6554 Added newlines to end of files 2018-10-08 10:10:39 -07:00
Diego Zilioti
88fd75760e Draft for defaultOptions 2018-10-06 19:31:10 -03:00
Diego Zilioti
58d339ae10 Add unit tests for core options in python 2018-10-06 17:20:28 -03:00
Diego Zilioti
bdc7701ab1 Fix core options tests after running make ci 2018-10-05 01:37:18 -03:00
Diego Zilioti
bfdea6ee6b Add unit tests for core options 2018-10-05 01:22:51 -03:00
Liam Newman
d98c27bcf2
Merge pull request #1563 from MacKLess/scripts
Add tests for indent scripts option
2018-09-27 17:52:41 -07:00
L. D. MacKrell
096a070ab3 Add tests for indent scripts option
*Add indent_scripts to README
2018-09-27 15:01:08 -07:00
Liam Newman
234369df03
Merge pull request #1476 from ganes1410/add-tests
Add unit tests for input scanner
2018-09-27 13:32:24 -07:00
Liam Newman
74009348f2
Merge branch 'master' into add-tests 2018-09-27 13:15:25 -07:00
Liam Newman
e5bc182f43
Merge pull request #1559 from MacKLess/include
Fix extendscript #include
2018-09-27 13:14:43 -07:00
Liam Newman
c748b9597a Change shebang tokenizing to use inputscanner.read
The point of inputscanner is to avoid having the tokenizer
looping over input and use patterns instead.

This commit switches tokenizing of shebangs to from looping to pattern reading.
2018-09-27 12:32:49 -07:00
Liam Newman
ab7c9f9c51 Fixed alternate newline handling
The previous implmentation only handle slash-n.
Added tests with more inputs revealed issues with slash-rn.
Fixed up regex to handle them.
2018-09-27 12:13:32 -07:00
L. D. MacKrell
52ce863275 Update inputscanner tests
* fixed js tests
* wrote python equivalent tests
* found and fixed bug in inputscanner.py for test_Char
2018-09-27 12:04:36 -07:00
MacKLess
1e99b57827
Merge branch 'master' into add-tests 2018-09-27 09:32:29 -07:00
L. D. MacKrell
b32ef2d705 Fix extendscript #include 2018-09-26 17:36:26 -07:00
L. D. MacKrell
fe0006ae0f Fix dynamic import arrow support 2018-09-26 16:46:26 -07:00
Liam Newman
5e1d87bd50
Merge pull request #1556 from MacKLess/named_function
Add option for space before named function
2018-09-26 16:32:52 -07:00
L. D. MacKrell
cd49403caf Add option for space before named function 2018-09-26 15:32:51 -07:00
Liam Newman
04fab5b365 Bump version numbers for 1.8.6 2018-09-10 15:47:48 -07:00
Liam Newman
c0cd2e6eea Update Changelog 2018-09-10 15:47:20 -07:00
Liam Newman
082ffb6d79 Bump version numbers for 1.8.5 2018-09-10 15:44:37 -07:00
Liam Newman
928d849a3a
Merge pull request #1545 from MacKLess/declare
Fix formatting for Typescript declare
2018-09-10 15:41:07 -07:00
Liam Newman
837226eed6
Merge pull request #1546 from MacKLess/comments
Fixes indentation in second comment on webpage
2018-09-10 15:30:07 -07:00