diff --git a/modules/tools/editorconfig/config.el b/modules/tools/editorconfig/config.el index b498d0c55..908ee1927 100644 --- a/modules/tools/editorconfig/config.el +++ b/modules/tools/editorconfig/config.el @@ -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)