Commit Graph

33 Commits

Author SHA1 Message Date
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
Donald Pipowitch bb9d241ebb refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
Donald Pipowitch f9d1db1d3c first release of atom-beautify, add support for 'indent_size' and 'indent_char' for HTML/CSS/JS 2014-03-03 08:51:16 +01:00
donaldpipowitch d843651436 Initial commit 2014-03-02 22:09:24 -08:00