File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ You can view this list in vim with `:help conform-formatters`
255255- [ gawk] ( https://www.gnu.org/software/gawk/manual/gawk.html ) - Format awk programs with gawk.
256256- [ gci] ( https://github.com/daixiang0/gci ) - GCI, a tool that controls Go package import order and makes it always deterministic.
257257- [ gdformat] ( https://github.com/Scony/godot-gdscript-toolkit ) - A formatter for Godot's gdscript.
258+ - [ gdscript-formatter] ( https://github.com/GDQuest/GDScript-formatter ) - A faster code formatter for GDScript and Godot 4.
258259- [ gersemi] ( https://github.com/BlankSpruce/gersemi ) - A formatter to make your CMake code the real treasure.
259260- [ ghdl] ( https://ghdl.github.io/ghdl/ ) - Open-source analyzer, compiler, simulator and synthesizer for VHDL.
260261- [ ghokin] ( https://github.com/antham/ghokin ) - Parallelized formatter with no external dependencies for gherkin.
Original file line number Diff line number Diff line change 1+ --- @type conform.FileFormatterConfig
2+ return {
3+ meta = {
4+ url = " https://github.com/GDQuest/GDScript-formatter" ,
5+ description = " A faster code formatter for GDScript and Godot 4." ,
6+ },
7+ command = " gdscript-formatter" ,
8+ }
You can’t perform that action at this time.
0 commit comments