summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gdformat.lua
blob: d180f125d56b1f95b12e5ddd7781b8a613ba0669 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/Scony/godot-gdscript-toolkit",
    description = "A formatter for Godot's gdscript.",
  },
  command = "gdformat",
  args = { "-" },
}