Disable aggressive indentation for gdscript mode

This commit is contained in:
Jakub 2025-09-26 19:01:30 +08:00
parent 2239d287b8
commit a4ae068bf8

View file

@ -27,7 +27,9 @@
:type git
:host github
:repo "godotengine/emacs-gdscript-mode")
:hook (gdscript-mode . eglot-ensure))
:hook (gdscript-mode . eglot-ensure)
:init
(add-hook 'gdscript-mode-hook (lambda () (aggressive-indent-mode -1))))
(defcustom gdscript-treesitter-location nil
"Location for gdscript's treesitter library."