Merge pull request #41 from francogarcia/indent_variables

Fix the names of variables that control indentation.
This commit is contained in:
Nathan Lovato
2020-03-29 11:58:06 -06:00
committed by GitHub

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