tools/editorconfig: add enh-ruby-mode support
This commit is contained in:
parent
8b7404bf75
commit
0f901b560f
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
(setq editorconfig-indentation-alist
|
||||
(append '((mips-mode mips-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)))
|
||||
|
||||
(defun doom*editorconfig-smart-detection (orig-fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue