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

    Add support for scss-mode
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index ff0f662587..0315db7e3e 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -126,6 +126,7 @@ property emacs_linum to decide whether to show line numbers 
on the left
      (python-mode . editorconfig-set-indentation/python-mode)
      (ruby-mode ruby-indent-level)
      (scala-mode scala-indent:step)
+     (scss-mode css-indent-offset)
      (sgml-mode sgml-basic-offset)
      (sh-mode sh-basic-offset sh-indentation)
      (tcl-mode tcl-indent-level

Reply via email to