Glavin Wiechert
d45a0f9e33
Merge pull request #1516 from onigra/fix-appveyor-environment-settings
...
Fix appveyor environment settings
2017-04-10 03:48:33 -03:00
Glavin Wiechert
ac7349754e
Merge branch 'hxsf-master'
2017-04-10 03:47:31 -03:00
Glavin Wiechert
c0c03c0c60
Merge branch 'master' of https://github.com/hxsf/atom-beautify into hxsf-master
2017-04-10 03:46:12 -03:00
Glavin Wiechert
5ff3e2ada9
Update docs
2017-04-10 03:46:06 -03:00
Glavin Wiechert
80958a02cb
Merge pull request #1513 from taylon/eslint
...
Add ESLint beautifier
2017-04-10 03:40:28 -03:00
Glavin Wiechert
2133a692e2
Merge branch 'mjpuser-master'
2017-04-10 03:05:35 -03:00
Glavin Wiechert
1982d7f405
Fix linting issues
2017-04-10 03:05:03 -03:00
Glavin Wiechert
462447cad3
Merge branch 'master' of https://github.com/mjpuser/atom-beautify into mjpuser-master
2017-04-10 03:00:45 -03:00
Glavin Wiechert
c40a5a4b5a
Fix beautifiers info table in README. See #1525
2017-04-10 02:55:56 -03:00
Glavin Wiechert
ba2198675c
Add beautifiers information to README
...
See https://github.com/Glavin001/atom-beautify/issues/1525#issuecomment-292817161
2017-04-10 02:53:34 -03:00
Glavin Wiechert
794a47ef88
Remove development pause notice
2017-04-10 01:34:35 -03:00
Matthew Prestifilippo
86465ff084
Fix #1423 - extname is deprecated
2017-04-09 17:42:21 -04:00
hxsf
51af211063
'fix_indent'
2017-03-30 13:15:32 +08: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
hxsf
8c8afc407d
add a simple Lua format base on js
2017-03-28 15:59:28 +08:00
Glavin Wiechert
cfe0e6ad8e
Merge pull request #1538 from larkinscott/master
...
Create Code Climate config
2017-03-02 13:51:16 -04:00
Glavin Wiechert
3b2404bc99
Add notice for temporary pause with development
2017-03-01 22:10:19 -04:00
Taylon Silmer
7627a9239a
Fix coffeelint errors
2017-02-14 11:31:05 -02:00
onigra
f6a7f53513
Modify php71 path
2017-02-14 20:07:41 +09:00
onigra
e62cb301b1
Fix php install error
...
http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
2017-02-14 20:07:22 +09:00
onigra
e34228af80
Fix gem install error
2017-02-14 19:53:25 +09:00
Taylon Silmer
e314fdf099
Add ESLint beautifier
2017-02-13 14:58:31 -02:00
Scott Larkin
dce64c0eb1
Update and rename codeclimate.yml to .codeclimate.yml
2017-02-09 12:08:19 -05:00
Scott Larkin
ccfebd3150
Create .codeclimate.yml
...
Created a Code Climate config with CoffeeLint enabled.
2017-02-09 12:05:54 -05:00
Glavin Wiechert
cdb52a873d
Prepare 0.29.17 release
2017-01-24 22:01:11 -04:00
Glavin Wiechert
46d49750e4
See #1432 . Improves JS-Beautify beautifier so it will throw error when missing language
...
See #1458 , #1471 , #1483 , #136 , #1452
2017-01-24 21:59:11 -04:00
Glavin Wiechert
d091570860
Update CONTRIBUTING.md
2017-01-11 10:42:15 -04:00
Glavin Wiechert
64b4a72893
Update ISSUE_TEMPLATE.md
2017-01-11 10:40:51 -04:00
Glavin Wiechert
1bedb222a1
Merge pull request #1450 from prettydiff/nunjucts
...
Fixes #1449 , console.log in nunjucts.coffee
2017-01-05 22:05:21 -04:00
Austin Cheney
8b5fad4769
Fixes #405
2017-01-05 15:35:36 -06:00
Glavin Wiechert
1fc3dbb99a
See #1327 . Add JavaScript to Vue language fallback options
2017-01-02 02:46:52 -04:00
Glavin Wiechert
7ad325b5ec
See #1201 . Crystal beautifier does not support any options
2017-01-01 00:43:57 -04:00
Glavin Wiechert
c3e554d9c4
Merge pull request #1432 from NodeJoSe/patch-4
...
Fix JS beautify on JSX and EJS
2016-12-31 22:47:10 -04:00
Jose Agustin Villalobos
30ada34bd0
Fix JS beautify on JSX and EJS
2016-12-30 15:10:12 -04:00
Glavin Wiechert
41af3060e6
Disable failing PHP examples
2016-12-30 02:51:23 -04:00
Glavin Wiechert
03279a46c8
Prepare 0.29.16 release
2016-12-30 02:45:22 -04:00
Glavin Wiechert
ad8171e756
Fixes #977 . Check for view.component before calling view.setScrollTop(value)
2016-12-30 02:44:26 -04:00
Glavin Wiechert
604b6340d6
Merge branch 'beefsack-master'
2016-12-30 01:58:31 -04:00
Glavin Wiechert
cb052d868b
See #1212 . Update docs for new hh_format beautifier.
2016-12-30 01:58:15 -04:00
Glavin Wiechert
4b1a1a8292
Fix changes from review of #1212 .
2016-12-30 01:55:33 -04:00
Glavin Wiechert
55216a8cef
Merge branch 'master' of https://github.com/beefsack/atom-beautify into beefsack-master
2016-12-30 01:44:32 -04:00
Glavin Wiechert
bf36fb50ae
Fix bash examples
2016-12-30 01:30:46 -04:00
Glavin Wiechert
ead7e33df7
Prepare 0.29.15 release
2016-12-29 21:42:14 -04:00
Glavin Wiechert
236ad309ba
Set Pretty Diff as default beautifier for JSX
2016-12-29 21:27:06 -04:00
Glavin Wiechert
57ff6eb6c9
Add JavaScript with JSX grammar to JSX language
2016-12-29 21:26:53 -04:00
Glavin Wiechert
f26e8119cb
Closes #1403 . Add .ejs extension to EJS language
2016-12-29 20:08:03 -04:00
Glavin Wiechert
a3d003de38
Update docs
2016-12-29 19:37:03 -04:00
Glavin Wiechert
c273e7ff4a
Merge pull request #1220 from quilicicf/master_bash_beautifier
...
🆕 Add beautysh as bash/shell beautifier
2016-12-29 19:34:21 -04:00
Glavin Wiechert
674c5ca69f
Merge branch 'master' into master_bash_beautifier
2016-12-29 19:34:07 -04:00