branch: scratch/editorconfig-cc
commit 17f14d982abd4766e3725c1c5bdf76ed693ab442
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

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

diff --git a/editorconfig.el b/editorconfig.el
index 008541eb68..8ce47d6fac 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -102,6 +102,7 @@ property emacs_linum to decide whether to show line numbers 
on the left
      (css-mode css-indent-offset)
      (emacs-lisp-mode lisp-indent-offset)
      (erlang-mode erlang-indent-level)
+     (ess-mode ess-indent-offset)
      (groovy-mode c-basic-offset)
      (haskell-mode haskell-indent-spaces
        haskell-indent-offset

Reply via email to