Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/brackets-jsbeautifier
JS Beautifier for Brackets
https://github.com/taichi/brackets-jsbeautifier
Last synced: 4 months ago
JSON representation
JS Beautifier for Brackets
- Host: GitHub
- URL: https://github.com/taichi/brackets-jsbeautifier
- Owner: taichi
- License: apache-2.0
- Created: 2014-03-31T05:56:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T08:39:21.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T00:44:28.958Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brackets-jsbeautifier
[JS Beautifier](https://github.com/einars/js-beautify) for [Brackets](http://brackets.io/).
## Feature
* beautify
* javascript, json
* html, php, xml, ejs, jsp, jinja2
* css, less, scss
* any other text files
* [editorconfig](http://editorconfig.org) support
* [JSON5](https://github.com/aseemk/json5) formatted `.jsbeautifyrc` support
* Beautify On Save## Install
You can install from [Brackets Extension Registry](https://brackets-registry.aboutweb.com/).## Configuration
### .editorconfig
TODO### .jsbeautifyrc
TODO* top of project directory
* application support directory## TODO
* CI
* well documents
* automate release operation## Dependencies
* [einars/js-beautify](https://github.com/einars/js-beautify)
* [editorconfig/editorconfig-core-js](https://github.com/editorconfig/editorconfig-core-js)
* [aseemk/json5](https://github.com/aseemk/json5)## Alternative
* [drewhjava/brackets-beautify](https://github.com/drewhjava/brackets-beautify)