You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am giving LiteIDE a try and I have come across a problem. I strive to make my code very readable and, as such, I put spaces around variables when they're inside brackets. As you likely know, the default behavior will not let me do this, the moment I save my code, it strips those spaces out.
I looked for an option to let me put those spaces in but I couldn't find it. What am I missing?
This is a deal breaker for me if this can't be done.
--
LiteIDE X v38.3
Go v1.22.5
linux-amd64
The text was updated successfully, but these errors were encountered:
Hello.
You could disable automatic formatting when saving, if that is acceptable to you.
Menu: View -> Options
Tab: GolangFmt
Checkbox: "Automatically format code when save"
Hello,
I am giving LiteIDE a try and I have come across a problem. I strive to make my code very readable and, as such, I put spaces around variables when they're inside brackets. As you likely know, the default behavior will not let me do this, the moment I save my code, it strips those spaces out.
I looked for an option to let me put those spaces in but I couldn't find it. What am I missing?
This is a deal breaker for me if this can't be done.
--
LiteIDE X v38.3
Go v1.22.5
linux-amd64
The text was updated successfully, but these errors were encountered: