NodotProject / nodot

A node composition library for Godot 4
https://nodotproject.github.io/nodot/
MIT License
332 stars 12 forks source link

Code uses mix of spaces and tabs indentation, which leads to the editor throwing up errors #76

Closed 8bitprodigy closed 1 year ago

8bitprodigy commented 1 year ago

When installing the addon in a fresh godot project with default settings, the mix of tabs and spaces for indents leads to parse errors, making it impossible to run any of the examples or just use the addon at all. I have no idea why anyone would use spaces for indentations, and I've never seen any other project but this one using spaces for indentation.

To fix this, all code block indentations should be tabs instead of spaces.

krazyjakee commented 1 year ago

These issues should now be resolved on the main branch. I've also updated the download link on the asset store but it may take a couple of days for moderators to accept the change.