formatter-json

Formatter for JSON.

gouvinb

33,425

14

1.0.1

MIT

GitHub

This package provides the following services:

formatter-json package

Formatter for JSON.

This Formatter plugin for Formatter provides an interface to JSON.stringify().

Installation

  1. Install Formatter package via Atom

    • or with apm install formatter
  2. Install formatter-json package via Atom

    • or with apm install formatter-json

Usage

In your source compatible file

Default (inspired from IntelliJ):

'atom-text-editor':
  'alt-ctrl-l': 'formatter:format-code'
  'alt-cmd-l': 'formatter:format-code'

List of config

TODO

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😄

License

See LICENSE.md