Set default indent-offset to 3 spaces

This commit is contained in:
Alex Bethel 2021-08-09 14:39:44 -06:00
parent a00866251f
commit 0512101175

View file

@ -12,7 +12,7 @@
:link '(url-link "https://github.com/AbleCorp/able-script") :link '(url-link "https://github.com/AbleCorp/able-script")
:group 'languages) :group 'languages)
(defcustom able-script-indent-offset 4 (defcustom able-script-indent-offset 3
"Indent AbleScript code by this number of spaces per level." "Indent AbleScript code by this number of spaces per level."
:type 'integer :type 'integer
:group 'able-script-mode) :group 'able-script-mode)