atom / whitespace

Atom whitespace package
MIT License
94 stars 67 forks source link
Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

Whitespace package

OS X Build Status Windows Build Status Dependency 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, .source.diff, .source.pug and .source.patch, removing trailing whitespace is disabled by default.