intellij-gdscript
intellij-gdscript copied to clipboard
Preserve indentation symbols (tabs or spaces)
Sometimes when script is opened in editor all space indents are replaced with tabs (\t
).
This causes errors because GDScript interpreter can't parse code with mixed indentation symbols. IntelliJ uses spaces by default so this is quite problematic.