Glavin Wiechert
54e61a816f
Fixes #9 . Nested options in .jsbeautifyrc are properly handled.
2014-06-14 19:57:55 -03:00
László Károlyi
b9d7869a66
Prepare 0.3.1 release
2014-06-14 11:47:39 +02:00
László Károlyi
13a22f3a45
Merge pull request #23 from Glavin001/master
...
Add SQL and JSON language support
2014-06-14 11:45:08 +02: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
74e392b410
Add example SQL query for #14 .
2014-06-14 01:31:00 -03:00
Glavin Wiechert
a40988b1c1
See #14 . Working SQL beautifier. TODO: Use config options.
2014-06-14 01:28:02 -03:00
Glavin Wiechert
59b7deac37
Merge branch 'master' of github.com:Glavin001/atom-beautify
2014-06-14 01:00:27 -03:00
Glavin Wiechert
978a6c5a43
See #14 . Add JSON support.
...
JSON is processed as if it were JavaScript.
I have tested it (see examples/simple-jsbeautifyrc/test.json)
and it works as expected and supports comments!
2014-06-14 00:59:19 -03:00
László Károlyi
957f8394e7
Prepare 0.3.0 release
2014-06-13 19:07:49 +02:00
László Károlyi
dcefc8e649
Bumping version for release
2014-06-13 18:58:38 +02:00
László Károlyi
fe0dc7bccf
Merge pull request #17 from Glavin001/master
...
Improve usage and support
2014-06-13 18:56:19 +02:00
Glavin Wiechert
4013550e98
Improve readability of code that merges in options.
2014-06-13 13:45:57 -03:00
Glavin Wiechert
a2dc4bd7db
See #15 . Remove shelljs dependency and fixed typos.
2014-06-13 12:53:17 -03:00
Glavin Wiechert
eacf2329da
Closes #20 . Add Sass and LESS support. Update README.
2014-06-13 01:25:39 -03:00
Glavin Wiechert
c34f6f9419
Fixes #19 . Can now beautify new files that have not been created/saved.
2014-06-13 00:40:29 -03:00
Glavin Wiechert
b530eda6e3
Closes #13 . Add Handlebars support.
2014-06-13 00:16:39 -03:00
Glavin Wiechert
58a375f8b6
Fixes #16 . Custom configuration options are now working correctly.
...
Applied in order of precedence:
- Default
- User Home .jsbeautifyrc
- Closest .jsbeautify to the current file, see #15
2014-06-12 22:47:03 -03:00
Glavin Wiechert
4d486794b4
See #15 . Updated README to reflect better .jsbeautifyrc support.
2014-06-12 21:33:17 -03:00
Glavin Wiechert
4fdab9759b
Closes #15 . Support loading .jsbeautifyrc from Project directory.
2014-06-12 21:29:34 -03:00
Donald Pipowitch
db8a606bc7
Merge pull request #11 from vadirn/patch-1
...
added HTML (Liquid)
2014-05-28 09:40:00 +02:00
Vadim K.
45352dd905
Update atom-beautify.js
...
Use beautifyHTML to beautify HTML (Liquid) files.
2014-05-28 12:48:06 +06:00
donaldpipowitch
3ac78078ce
updated README, added examples
2014-05-19 08:04:56 +02:00
Donald Pipowitch
a82ad5a2db
Merge pull request #10 from gvn/multiconfigsupport
...
Allowing either flat or nested .jsbeautifyrc schemas – closes #9
I merge this, but I will note in the README that a nested `.jsbeautifyrc` is not the official way.
2014-05-19 07:41:25 +02:00
Gvn Lazar Suntop
cf1ea6db16
Allowing either flat or nested .jsbeautifyrc schemas
2014-05-18 12:47:56 -07:00
László Károlyi
50de6641bd
Updated CHANGELOG, version bump to 0.2.6
2014-05-15 11:37:20 +02:00
László Károlyi
693c1248fc
Fixed #8 and resolved #7 , new release
2014-05-14 23:05:19 +02:00
László Károlyi
1006d1c243
First thought solution for #7
...
Might not be perfect because of multiple cursor placement
2014-05-14 11:38:55 +02:00
Philipp Zins
9143b7b8c3
Prepare 0.2.4 release
2014-05-13 07:39:06 +02:00
Philipp Zins
f43b4eb7eb
try .jsbeautifierrc and update docs
2014-05-13 07:37:54 +02:00
Philipp Zins
0bc284a7fd
Merge branch 'karolyi-master'
2014-05-13 07:32:13 +02:00
László Károlyi
5cb5b71415
Fixes #2 and resolves #5
...
Issue #5 is fixed by using the proper package name,
issue #2 is fixed by using the same configuration collection mechanism
as in jsbeautify.
2014-05-12 21:47:41 +02:00
Donald Pipowitch
8d758fc51a
Prepare 0.2.2 release
2014-03-18 10:39:43 +01:00
Donald Pipowitch
f5849ec505
updated README, added CHANGELOG
2014-03-18 10:38:46 +01:00
Donald Pipowitch
f714ab113b
Merge pull request #3 from mtanzi/master
...
Thank you!
2014-03-18 10:32:57 +01:00
mtanzi
49dc3fa0d3
Quick fix to beautify XML files
2014-03-17 16:07:28 +00:00
Donald Pipowitch
e6623ee432
updated README with "beautify on save" information
2014-03-12 07:05:06 +01:00
Donald Pipowitch
bdcbfaf376
Prepare 0.2.1 release
2014-03-12 07:04:05 +01:00
Donald Pipowitch
230f30d6aa
Fixes #1 beautify on save option
2014-03-12 07:03:34 +01:00
Donald Pipowitch
2e142a3fe1
Prepare 0.2.0 release
2014-03-11 13:09:15 +01:00
Donald Pipowitch
3ade9f286d
Prepare 0.1.0 release
2014-03-11 13:08:57 +01:00
Donald Pipowitch
540d10b200
push was rejected; revert version number
2014-03-11 13:08:49 +01:00
Donald Pipowitch
9d2ba1a4e2
Merge branch 'master' of https://github.com/donaldpipowitch/atom-beautify
2014-03-11 13:07:44 +01:00
Donald Pipowitch
77559d37c1
Prepare 0.1.0 release
2014-03-11 13:07:26 +01:00
Donald Pipowitch
dc199f1314
add note for similar package in README
2014-03-11 10:04:43 +01:00
Donald Pipowitch
9d496ee338
do nothing for other languages than HTML, CSS or JS
2014-03-05 08:00:28 +01:00
Donald Pipowitch
46c711dcdf
add .editorconfig
2014-03-05 08:00:00 +01:00
Donald Pipowitch
bb9d241ebb
refactored package, added keymaps and menus
2014-03-04 08:07:45 +01:00
Donald Pipowitch
aa82d27d2e
added .gitattributes
2014-03-03 13:40:05 +01:00
Donald Pipowitch
5c9e7d888d
adjustments for atom
2014-03-03 08:55:40 +01:00
Donald Pipowitch
6ee0b738e3
switched to 0.0.0 before publishing...
2014-03-03 08:52:58 +01:00