Let editorconfig handle settings

This commit is contained in:
Henrik Lissner 2016-01-18 01:43:28 -05:00
parent 6abef3c705
commit 52f1f3b943
4 changed files with 17 additions and 19 deletions

View file

@ -82,10 +82,7 @@
(use-package unityjs-mode
:mode "/Assets/.*\\.js$"
:config
(add-hook! unityjs-mode
(flycheck-mode 1)
(narf|enable-tab-width-2)
(setq js-indent-level 2)))
(add-hook! unityjs-mode 'flycheck-mode))
(use-package typescript-mode
:mode "\\.ts$"