Andrew Dupont 1f52bd5b72 Remove stray `console.log` from `whitespace` package 1 year ago
..
lib 1f52bd5b72 Remove stray `console.log` from `whitespace` package 1 year ago
menus ada45b588d Bundle `whitespace` 1 year ago
spec ada45b588d Bundle `whitespace` 1 year ago
README.md ada45b588d Bundle `whitespace` 1 year ago
package-lock.json ada45b588d Bundle `whitespace` 1 year ago
package.json d5b9636669 Update `whitespace` `package.json` 1 year ago

README.md

Whitespace package

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.