mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Let editorconfig handle settings
This commit is contained in:
@ -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$"
|
||||
|
Reference in New Issue
Block a user