mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Make strip whitespace a valid extension
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports =
|
||||
name: "strip trailing whitespace"
|
||||
|
||||
activate: (rootView) ->
|
||||
for buffer in rootView.project.getBuffers()
|
||||
@stripTrailingWhitespaceBeforeSave(buffer)
|
||||
|
||||
Reference in New Issue
Block a user