From b6909bc41ad998dac9a0a8198535ba0f21a32c22 Mon Sep 17 00:00:00 2001 From: Ivan Ermakov Date: Thu, 6 Apr 2023 10:28:08 +0700 Subject: [PATCH] Add gdformat support (#6614) --- languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages.toml b/languages.toml index 0d5b32222..48c1345c8 100644 --- a/languages.toml +++ b/languages.toml @@ -1545,6 +1545,7 @@ file-types = ["gd"] shebangs = [] roots = ["project.godot"] auto-format = true +formatter = { command = "gdformat", args = ["-"] } comment-token = "#" indent = { tab-width = 4, unit = "\t" }