Description
Changelog
Reviews
đ Simple Format On Save
A Godot add-on that automatically formats GDScript whenever you save it.
Features
- Does not require gdtoolkit
- Automatic code formatting when saving files
- Clean and consistent code style
- Zero configuration, lightweight and simple to use
Formatting Rules
The addon applies the following formatting rules to your GDScript code:
- Consistent indentation using tabs
- 2 blank lines between functions
- No trailing whitespace
- Space before statements (if, for, while...)
- Space after code block
- No extra blank lines at the start or end of files
- Proper spacing around parentheses and brackets
Usage
Simply save your GDScript files (.gd) and the addon will automatically format them according to the rules above. Don't forget to enable this plugin after installation!
Changelog for version v1.0
No changelog provided for this version.