branch: scratch/editorconfig-cc
commit 588e0efe2aec86e34adcc14f78efc0d9a84718fd
Author: Jen-Chieh Shen <jcs090...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    feat: Add Svelte support (#333)
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index 7cf95c3e8c..79b229e36a 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -241,6 +241,7 @@ This hook will be run even when there are no matching 
sections in
     (scss-mode css-indent-offset)
     (sgml-mode sgml-basic-offset)
     (sh-mode sh-basic-offset sh-indentation)
+    (svelte-mode svelte-basic-offset)
     (bash-ts-mode sh-basic-offset sh-indentation)
     (tcl-mode tcl-indent-level
               tcl-continued-indent-level)

Reply via email to