devmind-beautifier

Effortless code beautifier for atom. Supports PHP, CLOJURE, RUBY, JSON, JAVASCRIPT, CSS, GOLANG and much more. No installation or configuration needed.

LukasMeine

10,771

4

1.3.0

MIT

GitHub

Devmind Beautifier Scrutinizer Code Quality Build Status Maintainability

Devmind.io code beautifier now in Atom

Makes your code look better. Available for php, javascript, golang, json, scss, less, typescript, css, clojure, ruby and html. No configuration needed, use straightaway.

Installation

Installation is not needed because this package uses the Devmind.io API, which uses the universal code beautifier project, that's why you don't need to configure anything.

But if you want to host it yourself, go to https://github.com/LukasMeine/universal-code-beautifer and follow the instructions.

After you have it up and running, you will need to change the url that devmind beautifier uses to serve your beautified files.

So, go to the /lib/devmind-beautifier.js file and replace the following line of code for your own url

var url = "https://beautifier.devmind.io/format"; //change that to your own url

Proudly released under MIT license

Before

screen1

After

screen2