Git Product home page Git Product logo

atom-standard-formatter's Introduction

atom-standard-formatter

Atom package to format your Javascript using Standard Style , Semi-Standard Style or Happiness Style.

Usage

Keybindings

Use ctrl-alt-f to format the current Javascript file. If a text selection is made, only the selected text will be formatted.

Format On Save

Automatically format your Javascript file on save by enabling the Format On Save package setting. This is off by default.

Menu

Packages > standard-formatter > Format

Settings

formatOnSave (default: false)

Format Javascript files when saving.

checkStyleDevDependencies (default: false)

Check code style in package.json devDependencies. If a valid style is not found it won't format.

| Note: This will use the nearest package.json

style (default: standard)

Switch between standard, semi-standard and happiness styles. If checkStyleDevDependencies is true this setting will be ignored.

honorPackageConfig (default: true)

Don't auto-format files included in the package.json's "ignore" configuration for the detected style.

| Note: This will use the nearest package.json

Formatting

This package uses standard-format , semistandard-format and happiness-format to handle the formatting. Therefore, only the rules enforced in those packages will be applied.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.