Edwin Khoo
5bd9d693d3
Regenerate docs
2017-06-05 01:04:15 -04:00
Edwin Khoo
663583b569
Fix typos in language files
2017-06-05 00:42:33 -04:00
Edwin Khoo
5df107ed37
Fix typos
2017-06-04 20:00:25 -04:00
Glavin Wiechert
711f94c8d3
Merge pull request #1693 from scragz/master
...
apply #1649 fix to other platforms besides win
2017-05-29 21:11:57 -03:00
Jason Scragz
8b8595ee9c
apply #1649 fix to other platforms besides win
...
fixes #1684
fixes #1487
2017-05-29 16:16:37 -07:00
Glavin Wiechert
3001d312c7
Merge pull request #1685 from swhitt/fix-rubocop
...
Add `.rb` to temp files passed to `rubocop`
2017-05-28 22:00:52 -03:00
Steve Whittaker
ec27053a29
Add `.rb` to the temp files passed to rubocop
...
Fixes #1652 and #1653 . Rubocop is excluding files passed to it even if they are passed as command line parameters.
2017-05-28 09:15:40 -05:00
Glavin Wiechert
800066963c
Merge pull request #1625 from hxsf/master
...
Fixed #1613 and #1588 . Add EOL, scientific notiation, and adjust whitespace support
2017-05-28 04:42:40 -03:00
hxsf
ce287977c8
remove do not change whitespace
2017-05-28 15:07:51 +08:00
Glavin Wiechert
2c9dc3282a
Prepare 0.29.26 release
2017-05-28 02:36:05 -03:00
Glavin Wiechert
c31cc1871c
Update CHANGELOG
...
Issues: #116 , #1603 , #1617 , #1631 , #1660 , #1682 , #1683 , #1649 , #1285
2017-05-28 02:35:12 -03:00
Glavin Wiechert
4840e735f9
Merge branch 'EliJDonahue-add-config-to-xml'
2017-05-28 02:28:59 -03:00
Glavin Wiechert
d9b97b3d88
Merge branch 'add-config-to-xml' of https://github.com/EliJDonahue/atom-beautify into EliJDonahue-add-config-to-xml
2017-05-28 02:28:35 -03:00
Glavin Wiechert
c8a8f7b3cb
Fix #116 . Switch from setText to setTextViaDiff, preserve folds
2017-05-28 02:11:31 -03:00
Glavin Wiechert
015d78304d
See #1603 . Update docs
2017-05-28 01:22:22 -03:00
Glavin Wiechert
184af0079a
Merge pull request #1603 from StoicPerlman/master
...
Add more perl filetypes
2017-05-28 01:03:17 -03:00
Glavin Wiechert
531f120137
Merge pull request #1617 from papatience/extensions
...
Add more LaTeX extensions
2017-05-28 00:42:32 -03:00
Glavin Wiechert
8ead568182
Merge pull request #1631 from edjubuh/patch-1
...
Don't specify file extension when requiring modules
2017-05-28 00:24:03 -03:00
Glavin Wiechert
54ef931f04
Merge pull request #1660 from thejamespower/pull-request
...
Update CSSComb to v4.0.1.
2017-05-28 00:22:44 -03:00
Glavin Wiechert
b0b193d710
Merge pull request #1661 from sbine/master
...
Improve PHP-CS-Fixer config file support
2017-05-28 00:21:28 -03:00
Glavin Wiechert
4a84c404be
Merge pull request #1683 from scragz/master
...
Fix #1682 . Removed --no-patch flag from phpcbf beautifier version 3
2017-05-28 00:15:03 -03:00
Glavin Wiechert
7c4896bd24
Merge pull request #1649 from UziTech/php-extension
...
add .php extension to temp files
2017-05-28 00:14:05 -03:00
Glavin Wiechert
ddb4e01653
Create no-response.yml
2017-05-27 19:07:52 -03:00
Jason Scragz
e9a7835172
Fix #1682 . Removed --no-patch flag from phpcbf beautifier version 3 on other platforms
2017-05-26 22:21:19 -07:00
Sara Bine
20bd5afd03
Update CHANGELOG.md
2017-05-12 20:44:41 -06:00
Sara Bine
c4bb1ee4ee
Improve PHP-CS-Fixer config file support
...
Add a PHP-CS-Fixer setting to specify a custom config file. If no
setting is provided, check first the working directory then the project
root for `.php_cs` and `.php_cs.dist`.
Update the example link to PHP-CS-Fixer source to accommodate the new
code.
Fix capitalization in the "Allow risky rules" description.
2017-05-12 20:27:55 -06:00
James Power
a3821639c9
Update CSSComb to v4.0.1.
2017-05-12 10:36:34 +01:00
Tony Brix
5662db5f6c
add .php extension to temp files
2017-05-08 11:02:47 -05:00
Glavin Wiechert
67a897bae0
Merge pull request #1648 from jeffs/jeffs.default-padding
...
Set default padding to 0, not null
2017-05-07 17:46:05 -03:00
Jeff Schwab
7d2af85442
Improve change-log message per @Glavin001's review
2017-05-07 09:50:27 -04:00
Jeff Schwab
18857df2f0
Update changelog.
2017-05-06 19:44:30 -04:00
Jeff Schwab
35b1c74fe3
Set default padding to 0, not null
...
This fixes https://github.com/Glavin001/atom-beautify/issues/1647 .
2017-05-06 19:35:20 -04:00
Glavin Wiechert
84ad7780a4
Update docs
2017-05-06 17:27:28 -03:00
Glavin Wiechert
ef9c0c8fb2
See #27 . Update README with instructions to beautify a specific language
2017-05-06 17:26:39 -03:00
Elliot Berman
c8755850d9
Merge branch 'master' into patch-1
2017-05-06 16:15:02 -04:00
Glavin Wiechert
b4e425688e
Prepare 0.29.24 release
2017-05-06 16:53:45 -03:00
Glavin Wiechert
9eca3ab21e
Merge branch 'master' of github.com:Glavin001/atom-beautify
2017-05-06 16:52:20 -03:00
Glavin Wiechert
4139e3c0ec
Update changelog
2017-05-06 16:52:19 -03:00
Glavin Wiechert
f5702434b5
Merge pull request #1645 from UziTech/fix-php
...
Add PHPCBF Version setting
2017-05-06 16:38:40 -03:00
Glavin Wiechert
5d2e707434
Merge pull request #1644 from UziTech/patch-1
...
fix `undefined` when options has no description
2017-05-06 16:37:12 -03:00
Glavin Wiechert
346bf3c1af
Close #27 . Add commands for beautifying with specific language
2017-05-06 16:32:58 -03:00
Tony Brix
9ea17f755a
npm run docs
2017-05-06 13:38:52 -05:00
Tony Brix
20299459c9
fix all descriptions
2017-05-06 13:38:45 -05:00
Tony Brix
add8333192
npm run docs
2017-05-06 13:28:00 -05:00
Tony Brix
ce73ce2208
set PEAR as default standard
2017-05-06 13:27:42 -05:00
Tony Brix
04e3a826be
npm run docs
2017-05-05 14:24:17 -05:00
Tony Brix
fc10c7ee93
fix PHP settings
2017-05-05 14:15:27 -05:00
Tony Brix
a344acd48f
Add PHPCBF Version setting
2017-05-05 14:14:31 -05:00
Tony Brix
3d490658e1
fix `undefined` when options has no description
...
When an option doesn't have a description `undefined` prefixes the (Supported by ...) declaration in the settings
2017-05-05 13:34:27 -05:00
Elliot Berman
5de45a4a6b
Don't specify filetype when requiring
2017-04-26 22:39:37 -04:00