mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add gdformat support (#6614)
This commit is contained in:
parent
531b745c54
commit
b6909bc41a
1 changed files with 1 additions and 0 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue