Skip to content

untappd/atom-standard-formatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Atom package to format code using Javascript Standard Style.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%