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

    Add tcl-mode indentation support
---
 editorconfig.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editorconfig.el b/editorconfig.el
index fc5df275f4..2f348e1a59 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -126,6 +126,8 @@ property emacs_linum to decide whether to show line numbers 
on the left
      (scala-mode scala-indent:step)
      (sgml-mode sgml-basic-offset)
      (sh-mode sh-basic-offset sh-indentation)
+     (tcl-mode tcl-indent-level
+       tcl-continued-indent-level)
      (web-mode (web-mode-indent-style . (lambda (size) 2))
        web-mode-markup-indent-offset
        web-mode-css-indent-offset

Reply via email to