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:
Franco Eusébio Garcia
2020-03-29 10:24:41 -03:00
parent 427b6761eb
commit 2e6e1aad90

View File

@@ -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
```