mirror of https://github.com/helix-editor/helix
Add gdformat support (#6614)
parent
531b745c54
commit
b6909bc41a
|
@ -1545,6 +1545,7 @@ file-types = ["gd"]
|
||||||
shebangs = []
|
shebangs = []
|
||||||
roots = ["project.godot"]
|
roots = ["project.godot"]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
formatter = { command = "gdformat", args = ["-"] }
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue