Merge pull request #175 from editorconfig/extensionfiletype
Add feature to decide major-mode from file_type_ext [EXPERIMENTAL]
Change hook name -custom-hooks -> -after-apply-functions
With obsolete-variable-alias
Merge pull request #181 from editorconfig/hookname
Change hook name -custom-hooks -> -after-apply-functions
Merge pull request #182 from editorconfig/hackprops
Add feature to hack properties before applying
Use ws-butler when enabled and available.
When having auto-save on and you edit text the cleaning up of white-space is a bit intrusive and removes the space at the end of the line where you are writing. `ws-butler-mode` is an alternative that does take this into account.
Merge pull request #183 from terlar/master
Use ws-butler when enabled and available.