mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/editorconfig: add enh-ruby-mode support
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user