Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Fixing #10 - trailing white space should not be deleted by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoenen committed Feb 20, 2015
1 parent e706b22 commit dac81d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ module.exports =
config:
removeTrailingWhitespace:
type: 'boolean'
default: true
scopes:
'.source.jade':
default: false
default: false
ignoreWhitespaceOnCurrentLine:
type: 'boolean'
default: true
Expand Down

0 comments on commit dac81d4

Please sign in to comment.