Let editorconfig-emacs handle tab settings/delete-trailing-ws

This commit is contained in:
Henrik Lissner 2016-01-01 16:19:44 -05:00
parent 8880e3c0f4
commit b4458dd729
13 changed files with 11 additions and 41 deletions

View file

@ -1,7 +1,5 @@
;;; module-data.el --- dbs 'n data formats
(add-hook! (yaml-mode toml-mode) 'narf|enable-tab-width-2)
(use-package yaml-mode :mode "\\.ya?ml$")
(use-package json-mode :mode "\\.js\\(on\\|hintrc\\)$")