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
Scott Larkin
ccfebd3150
Create .codeclimate.yml
...
Created a Code Climate config with CoffeeLint enabled.
2017-02-09 12:05:54 -05:00
Guilherme Fróes Silva
05f339bc9d
Adding CUDA
2017-02-07 19:20:13 -02:00
Denys Vitali
d9f81e84eb
Add nginx keywords
2017-01-30 16:38:35 +01:00
Denys Vitali
5a4349d486
Fix trailing semicolon
2017-01-30 16:36:46 +01:00
Denys Vitali
ed45ccec87
Add nginx to docs
2017-01-30 15:46:48 +01:00
Denys Vitali
0dd50d6bc6
Add nginx to README.md
2017-01-30 15:41:20 +01:00
Denys Vitali
1a687b8327
Add contributor
2017-01-30 15:39:06 +01:00
Denys Vitali
afee0a47c9
Add support for nginx
2017-01-30 15:38:05 +01: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
Deforder
77da64f4f0
Change logic to prevent eol feature override setting value
...
New logic + document (only insertion)
2017-01-24 21:26:19 +07:00
Deforder
fa266a2e26
Removed unuse function
2017-01-14 18:09:57 +07:00
Deforder
c7d20d0c10
Updated change without Docs
2017-01-14 15:58:01 +07:00
Deforder
97d62680e4
Revert "Added Overrided EOL option for JS , JSX"
...
This reverts commit c48eaf967e
.
2017-01-14 14:47:27 +07:00