Set default indent-offset to 3 spaces

main
Alex Bethel 2021-08-09 14:39:44 -06:00
parent 1f53749807
commit 6f9e91be0b
1 changed files with 1 additions and 1 deletions

View File

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