feat(format): add :lang gdscript formatter

This commit is contained in:
Ellis Kenyő
2022-08-16 08:16:40 +01:00
committed by Ellis Kenyo
parent a9b4f6e219
commit 12c901cf28
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
;;; lang/gdscript/doctor.el -*- lexical-binding: t; -*-
(when (modulep! :editor format)
(unless (executable-find "gdformat")
(warn! "Couldn't find gdformat. Formatting will be disabled.")))