godot-engine.easy-charts
godot-engine.easy-charts copied to clipboard
Align code style with the official GDScript style guide
Description The code style of the addon is not consistent with the official GDScript style guide.
TODO Apply the GDScript style guide to the scripts in:
- [ ] BarChart
- [ ] BarChart2D
- [x] LineChart
- [x] LineChart2D
- [ ] RadarChart
- [ ] ScatterChart
- [ ] ScatterChart2D
- [ ] ScatterChart3D
- [ ] Utilities
Additional info The GDScript style guide should be strictly followed to ensure a consistent code style in the entire codebase.
I'm working on this.