Add gdformat support (#6614)

This commit is contained in:
Ivan Ermakov 2023-04-06 10:28:08 +07:00 committed by GitHub
parent 531b745c54
commit b6909bc41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }