We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60b3ff7 + f0e1297 commit 1ac8a65Copy full SHA for 1ac8a65
1 file changed
Cargo.toml
@@ -2,9 +2,12 @@
2
name = "gdscript-formatter"
3
version = "0.14.0"
4
edition = "2024"
5
-description = "A GDScript code formatter using Topiary and Tree-sitter"
+description = "A GDScript code formatter and linter using Topiary and Tree-sitter"
6
license = "MIT"
7
repository = "https://github.com/gdquest/gdscript-formatter"
8
+readme = "README.md"
9
+keywords = ["godot", "gdscript", "format", "lint"]
10
+categories = ["command-line-utilities", "development-tools"]
11
default-run = "gdscript-formatter"
12
13
[dependencies]
0 commit comments