From 0f901b560fbec6a193c3224b085dd8ea48060925 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 4 Sep 2018 04:26:06 +0200 Subject: [PATCH] tools/editorconfig: add enh-ruby-mode support --- modules/tools/editorconfig/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)