Remove old strip-trailing-whitespace from extensions

This commit is contained in:
Kevin Sawicki
2013-01-10 09:40:27 -08:00
parent f63ed1035d
commit 4ff737aa71

View File

@@ -1,8 +0,0 @@
module.exports =
name: "strip trailing whitespace"
activate: (rootView) ->
rootView.eachBuffer (buffer) ->
buffer.on 'before-save', ->
buffer.scan /[ \t]+$/g, (match, range, { replace }) ->
replace('')