branch: scratch/editorconfig-cc commit 8ee7d0b5334da68b9147c28465529b07c5010363 Author: Hong Xu <h...@topbug.net> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Set indent_size for lisp mode and ruby mode. --- editorconfig.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editorconfig.el b/editorconfig.el index 066c2f2c79..646c80616b 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -43,6 +43,8 @@ (defvar edconf-exec-path "editorconfig") (defun edconf-set-indentation (style &optional size tab_width) + lisp-indent-offset size + ruby-indent-level size ) (defun edconf-set-line-ending (end-of-line)