Replies: 1 comment
-
never mind this was actually a super annoying hard to detect bug! 😬 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I dont seem to be able to properly set the spaces for when I press tab, indent or when it is automatically inserted after pressing
return
key... I really dont know what I am doing wrong, or what is overriding the behaviourThings I have tried so far
Changing the main
languages.toml
Changing the
languages.toml
at~/config/helix/
I tried for
php
as well ascpp
Looking at the source code for
helix
the default forcpp
is 2 spaces, I get4 spaces
when I press tabfor
php
it says4 spaces
I get12 spaces
when i press tab!Here you can see what happens when I press enter by enabling white space render.

Beta Was this translation helpful? Give feedback.
All reactions