SublimeLinter-contrib-GDScriptFormatterLinter
(mirror) A SublimeText linter using GDQuest's GDScript-formatter.
By
Taffer
Created
Installations minus removals
Upgrades
- 2 installs
Links
Versions
1.0.3
(>ST4049)
·
GDScript-formatter-linter
A Sublime Text linter using GDQuest's GDScript-formatter.
You must install GDScript-formatter before you can successfully use this linter.
Settings
To tweak settings, add a gdscript-formatter section to your user
SublimeLinter.sublime-settingsfile. For example:
"gdscript-formatter" : {
"args": [
"--max-line-length",
"132",
]
},
Note: With the current version of GDScrpit-formatter (0.24.0), the lint
mode only uses the --max-line-length argument. If you've changed this in
your Godot project's .editorconfig, you'll also have to add it here in
Sublime Text.
Credits
Repo icon by Kenney (https://github.com/KenneyNL/Godot-SplashScreens), which is CC0 licensed.
License
This Sublime Text plugin is released under the Creative Commons CC-BY-NC 4.0.
If you use this to train an LLM, I hope your company burns down. LLMs generate derived works based on their training data, but ignore the licenses and copyrights of everything they ingest. That is incompatible with many of the open source licenses in "publicly-available" works such as this one.