mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Fix the names of variables that control indentation.
These are the correct names of the variables defined at `gdscript-customization.el`.
This commit is contained in:
@@ -136,6 +136,6 @@ pip3 install gdtoolkit
|
||||
Set the following variables to customize gdscript-mode:
|
||||
|
||||
```lisp
|
||||
(setq gdscript-tabs-mode t) ;; If true, use tabs for indents. Default: t
|
||||
(setq gdscript-tab-width 4) ;; Controls the width of tab-based indents
|
||||
(setq gdscript-use-tab-indents t) ;; If true, use tabs for indents. Default: t
|
||||
(setq gdscript-indent-offset 4) ;; Controls the width of tab-based indents
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user