Skip to content

Commit fff8579

Browse files
jblspstevearc
andauthored
feat: add gdscript-formatter (#832)
* feat: add gdscript-formatter * doc: unify description format --------- Co-authored-by: Steven Arcangeli <[email protected]>
1 parent 4e2c910 commit fff8579

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
}

0 commit comments

Comments
 (0)