tools/editorconfig: add enh-ruby-mode support

This commit is contained in:
Henrik Lissner
2018-09-04 04:26:06 +02:00
parent 8b7404bf75
commit 0f901b560f

View File

@ -25,7 +25,8 @@
(setq editorconfig-indentation-alist (setq editorconfig-indentation-alist
(append '((mips-mode mips-tab-width) (append '((mips-mode mips-tab-width)
(haxor-mode haxor-tab-width) (haxor-mode haxor-tab-width)
(nasm-mode nasm-basic-offset)) (nasm-mode nasm-basic-offset)
(enh-ruby-mode enh-ruby-indent-level))
editorconfig-indentation-alist))) editorconfig-indentation-alist)))
(defun doom*editorconfig-smart-detection (orig-fn &rest args) (defun doom*editorconfig-smart-detection (orig-fn &rest args)