Keith (Neon)
0d3649a9f7
Add Pretty Diff support for Mustache
2017-04-12 15:22:13 -04:00
Glavin Wiechert
84a81021be
Update docs
2017-04-10 04:39:42 -03:00
Glavin Wiechert
644ff444cc
Merge pull request #1507 from CodefroesPuc/patch-2
...
Adding CUDA language as extension of C++
2017-04-10 04:38:33 -03:00
Glavin Wiechert
9373a63bd4
Prepare 0.29.18 release
2017-04-10 04:20:17 -03:00
Glavin Wiechert
4f2af10d6b
Merge branch 'master' of github.com:Glavin001/atom-beautify
2017-04-10 04:18:15 -03:00
Glavin Wiechert
c0f397a3ca
Update docs
2017-04-10 04:18:13 -03:00
Glavin Wiechert
f3cd93a86b
Merge pull request #1510 from onigra/fix-php-cs-fixer-path-option-except-windows
...
Fix php cs fixer path option except windows
2017-04-10 04:17:47 -03:00
Glavin Wiechert
276bd8c21f
Merge pull request #1530 from guiguan/master
...
Fixed JS Beautify JSX bug by adding e4x option
2017-04-10 03:54:45 -03:00
Glavin Wiechert
61f52cf154
Change JSX default beautifier back to Pretty Diff
2017-04-10 03:53:45 -03:00
Glavin Wiechert
8103909379
Merge pull request #1520 from re6exp/master
...
Add support for additional wrap attribute options of js-beautify (html): force-aligned and force-expand-multiline.
2017-04-10 03:52:42 -03:00
Glavin Wiechert
b269279010
Merge branch 'master' into master
2017-04-10 03:52:35 -03:00
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
Li Yong
f9d643cc5f
vue section mark right
2017-03-31 15:06:00 +08: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
Guan Gui
aec0a682b5
Fixed JS Beautify JSX bug by adding e4x option
2017-02-27 22:14:09 +11:00
Taylon Silmer
2285525c64
Get isort configuration from project
2017-02-21 09:37:14 -03:00
re6exp
3c7ec6434f
Merge branch 'master' of https://github.com/re6exp/atom-beautify
2017-02-19 10:45:22 +03:00
re6exp
678fc18146
Support for additional wrap attributes options of js-beautify (html): force-aligned and force-expand-multiline.
2017-02-19 10:45:02 +03:00
re6exp
e61868f1ec
Support for additional wrap attributes options of js-beautify (html): force-aligned and force-expand-multiline.
2017-02-19 10:22:11 +03: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
onigra
2bb88c46bc
Modify PHP settings
2017-02-11 23:34:18 +09:00
onigra
cd2ae5d0f7
Disable cache
...
Because 'Failed to write file ".php_cs.cache", "no reason available".'
error occurs
2017-02-11 23:32:05 +09:00
onigra
b63965bbde
Modify php-cs-fixer path description
2017-02-11 21:57:45 +09:00
onigra
17cd9ce63f
Change config file option
2017-02-11 21:55:06 +09:00
onigra
42cc955930
Add rules option
...
Merged fixers and level options
2017-02-11 21:53:35 +09:00
onigra
1731401306
fix indent
2017-02-11 21:16:07 +09:00
onigra
c48989d9a9
DRY php-cs-fixer options
2017-02-11 21:16:02 +09:00
onigra
bf7586c858
DRY @run options
2017-02-11 21:15:55 +09:00
onigra
87ed01e7be
Enable PHP-CS-Fixer Path option except Windows
2017-02-11 21:15:42 +09:00
Scott Larkin
dce64c0eb1
Update and rename codeclimate.yml to .codeclimate.yml
2017-02-09 12:08:19 -05:00