mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
Format buffer and region.
Closes #38. The implementation was simplified. Moreover, it is now possible to customize the path to the `gdformat` executable.
This commit is contained in:
@@ -110,5 +110,12 @@ PATH."
|
||||
"The path to the Godot executable.
|
||||
By default, it assumes that the executable is in the system's
|
||||
PATH."
|
||||
:type 'string
|
||||
:group 'gdscript)
|
||||
|
||||
(defcustom gdscript-gdformat-executable "gdformat"
|
||||
"The path to the gdformat executable.
|
||||
By default, it assumes that the executable is in the system's
|
||||
PATH."
|
||||
:type 'string
|
||||
:group 'gdscript)
|
||||
|
||||
Reference in New Issue
Block a user