branch: scratch/editorconfig-cc commit e69ebeeaa1dd8e4769d5a40e25323db8d8672e59 Author: Hong Xu <h...@topbug.net> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Reset the indentation rule. --- .editorconfig | 2 ++ editorconfig.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a615f13e81..770c115deb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ root = true +[*.el] +indent_style = space diff --git a/editorconfig.el b/editorconfig.el index d25d56fc0f..dbae64c884 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -47,8 +47,8 @@ (defvar edconf-exec-path "editorconfig") (defun edconf-set-indentation (style &optional size tab_width) - lisp-indent-offset size - ruby-indent-level size + lisp-indent-offset size + ruby-indent-level size ) (defun edconf-set-line-ending (end-of-line)