branch: scratch/editorconfig-cc
commit fbe97a082421acf8ea41abee76f6ce223496a628
Author: Hong Xu <h...@topbug.net>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Wrong way to indent html. Fixes it.
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index fb4f924b78..6f60324c9e 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -53,7 +53,7 @@
           js-indent-level size
           lisp-indent-offset size
           ruby-indent-level size
-          (make-local-variable 'sgml-basic-offset) size
+          ;(make-local-variable 'sgml-basic-offset) size
   )
 
 (defun edconf-set-line-ending (end-of-line)

Reply via email to