Make strip whitespace a valid extension

This commit is contained in:
Corey Johnson
2012-06-25 14:55:49 -07:00
parent 1059a6a495
commit a36caeb015

View File

@@ -1,4 +1,6 @@
module.exports =
name: "strip trailing whitespace"
activate: (rootView) ->
for buffer in rootView.project.getBuffers()
@stripTrailingWhitespaceBeforeSave(buffer)