narutosanjiv / whitespace

Atom whitespace package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitespace package Build Status

Strips trailing whitespace and adds a trailing newline when an editor is saved.

To disable/enable features for a certain language package, you can use syntax-scoped properties in your config.cson. E.g.

'.slim.text':
  whitespace:
    removeTrailingWhitespace: false

You find the scope on top of a grammar package's settings view.

Note: for .source.jade removing trailing whitespace is disabled by default.

About

Atom whitespace package

License:MIT License


Languages

Language:CoffeeScript 100.0%