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

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

diff --git a/editorconfig.el b/editorconfig.el
index 08947af855..8956c5be9d 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -198,6 +198,7 @@ This hook will be run even when there are no matching 
sections in
     (ess-mode ess-indent-offset)
     (feature-mode feature-indent-offset
                   feature-indent-level)
+    (gdscript-mode gdscript-indent-offset)
     (groovy-mode c-basic-offset)
     (go-ts-mode go-ts-mode-indent-offset)
     (haskell-mode haskell-indent-spaces

Reply via email to