Commit Graph

53 Commits

Author SHA1 Message Date
Glavin Wiechert a1ca88ecdc Add Waffle.io throughput metrics image to README 2015-07-13 10:52:10 -03:00
Sebastian Schlatow a58ebf889d Add SVG support 2015-07-07 00:08:09 +02:00
Glavin Wiechert 2f8800873a Remove Gratipay for donations
Gratipay is not user friendly and has prevented some users from donating. 
Keeping PayPal as it appears to work.
2015-06-25 09:33:42 -03:00
Glavin Wiechert fba7f8898f See #375. Add AppVeyor (Windows CI) build status badge to README
[ci skip]
2015-06-08 16:48:13 -03:00
Glavin Wiechert 1d232f6cb1 Add PayPal donations button 2015-06-04 14:59:35 -03:00
Jan-Cornelius Molnar 9024f2b2f7 Merge remote-tracking branch 'upstream/master' 2015-06-01 23:19:03 +02:00
Glavin Wiechert 5c663cd9e0 See #58. Add package options to autogenerated documentation 2015-06-01 16:50:09 -03:00
Jan-Cornelius Molnar 3ea91c6a10 Merge remote-tracking branch 'upstream/master'
Conflicts:
	lib/language-options.coffee
2015-06-01 19:27:14 +02:00
Ramón Cahenzli c326aced92 Some small language fixes. 2015-06-01 14:07:51 +02:00
Jan-Cornelius Molnar 12ba8bc834 Update README.md
Added Fortran to Readme
2015-05-07 22:12:38 +02:00
Glavin Wiechert 66c1522dcc Closes #178. Change commands' namespace from "beautify" to "atom-beautify" 2015-05-06 13:00:51 -03:00
Kepler Sticka-Jones 06a6d9a0bb Unify the look of the Gitter badge. 2015-05-04 16:05:50 -06:00
Glavin Wiechert 0a0ba673e8 Closes #176. Add gofmt beautifier for Golang language 2015-05-03 01:23:29 -03:00
Glavin Wiechert 20ff7e2d1b See #282. Update README for new options and language requirements 2015-05-02 20:25:04 -03:00
Peter Dave Hello f694161a78 Use svg instead of png to get better image quality 2015-03-29 18:57:39 +08:00
Ryan Rushton 505ec85a77 update some variable names
update Readme
2015-03-18 22:09:11 -07:00
Glavin Wiechert daf3230119 Add donation information 2015-03-15 22:46:31 -03:00
Peter Shin 893ab473da Updated README with marko info. 2015-02-21 12:33:41 -08:00
Glavin Wiechert bd278968b4 Closes #36. Add right-click beautification of directory (sub-files) 2015-01-01 23:34:04 -04:00
Glavin Wiechert 19e69ab015 See #18. Add Travis CI badge to README 2014-12-28 03:41:32 -04:00
Michael Kozono ef1cd8a2a0 Ruby Beautify over RBeautify in README.md
To reduce confusion with the old, unmaintained rbeautify gem.
2014-12-12 11:45:22 -08:00
Glavin Wiechert ba1e00fb80 See #141, #118. Fix bug in disabling beautification by language
Also add documentation on `disabledLanguages` package option
2014-11-16 10:28:20 -04:00
Theo Willows f64d2bae20 Perl support (using perltidy) (see Glavin001/atom-beautify#33) 2014-11-05 13:46:06 +01:00
Glavin Wiechert b699143c0a Update CHANGELOG, README, and package info for v0.15.0
See #127, #123.
2014-10-26 16:17:09 -03:00
ewgenius dcc9e2d3b5 Add TypeScript support 2014-10-14 11:09:38 +04:00
Glavin Wiechert bbe1d5d8d2 Add IssueStats badges.
See http://issuestats.com/github/glavin001/atom-beautify
2014-09-28 17:31:40 -03:00
Glavin Wiechert 9542e55833 Merge branch 'master' of github.com:Glavin001/atom-beautify 2014-09-28 16:23:17 -03:00
Glavin Wiechert 79fcdd9111 Closes #105. Add options to mute errors.
New options:
- muteUnsupportedLanguageErrors
- muteAllErrors
2014-09-28 16:22:29 -03:00
Bengt Lüers 950802c64b add note on Markdown support 2014-09-18 15:28:14 +02:00
Bengt Lüers ad662271c1 implement normalizing markdown through pandoc 2014-09-15 23:12:06 +02:00
tomByrer d96b9a8368 + option link
I couldn't figure out what the syntax for `brace_style`, & imagine others need a reference also.
2014-09-11 09:48:15 -06:00
Glavin Wiechert 6652e7f703 Closes #80. Add HTML Embedded Ruby (ERB) support. 2014-09-08 18:50:54 -03:00
Glavin Wiechert 43616d94e2 See #67. Update README and add new SQL example. 2014-08-30 15:44:38 -03:00
Glavin Wiechert 5d6751cb4b See #57. Add Uncrustify beautifier for multiple language support.
Uncrustify Language support:
- C
- C++
- C#
- Objective-C
- Java
- D
- Pawn
- Vala

Closes #45. Add Java Support.

Currently, use the configPath option to set an absolute or relative path
(relative to the currently beautified file) to specific the .cfg file
for Uncrustify to use as configuration options.
2014-08-08 13:38:28 -04:00
Glavin Wiechert 8d90b30448 See #47. Update configuration to allow users to disable analytics. 2014-08-03 23:51:40 -04:00
Glavin Wiechert 3c9836f920 Closes #31. Add CoffeeScript support. 2014-08-03 23:31:34 -04:00
Glavin Wiechert d8fb27289d Closes #47. Add Google Analytics. 2014-07-12 12:02:21 -03:00
Glavin Wiechert 88651447a7 Closes #25. Add Ruby support. 2014-06-16 00:09:12 -03:00
Glavin Wiechert 612c7dc17c Closes #24. Add Python (PEP 8) support.
- Add reusable cli-beautify for external, non-Node beautifiers.
2014-06-15 23:11:01 -03:00
Glavin Wiechert 30fcaa489e Update README.md
Added link to PHP section under Advanced Language Setup.
2014-06-15 18:41:17 -03:00
Glavin Wiechert 1e16af9012 Closes #26. Add PHP support.
- Update README for setup and usage.
- Add PHP example code
- Tested on Mac
2014-06-15 18:37:11 -03:00
Glavin Wiechert 66933d9a69 Closes #29. Improved the package.json
Including:
- Keywords
- Contributors
- Bugs URL
2014-06-14 20:20:32 -03:00
Glavin Wiechert 2e57630275 Closes #14. Completed support for SQL.
- Updated README
- SQL now can apply the indent_char and indent_size options.
2014-06-14 02:23:02 -03:00
Glavin Wiechert eacf2329da Closes #20. Add Sass and LESS support. Update README. 2014-06-13 01:25:39 -03:00
Glavin Wiechert b530eda6e3 Closes #13. Add Handlebars support. 2014-06-13 00:16:39 -03:00
Glavin Wiechert 4d486794b4 See #15. Updated README to reflect better .jsbeautifyrc support. 2014-06-12 21:33:17 -03:00
donaldpipowitch 3ac78078ce updated README, added examples 2014-05-19 08:04:56 +02:00
Donald Pipowitch f5849ec505 updated README, added CHANGELOG 2014-03-18 10:38:46 +01:00
Donald Pipowitch e6623ee432 updated README with "beautify on save" information 2014-03-12 07:05:06 +01:00
Donald Pipowitch dc199f1314 add note for similar package in README 2014-03-11 10:04:43 +01:00