How to change tab display width? #13992
Unanswered
RolandMarchand
asked this question in
Q&A
Replies: 2 comments
-
Does anyone know? |
Beta Was this translation helpful? Give feedback.
0 replies
-
first, tab width is per-language (there'll soon be a way to import language configs). so you want to use that key ("indent") under the appropriate table of your language(s) For Hare [[language]]
name = "hare"
indent = {tab-width=8, unit="\t"} see the docs for me details |
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.
-
By default, tabs in Helix are two characters wide, I wish to set them to 8 characters wide globally for every language and every mode.
I tried to add this to
config.toml
andlanguages.toml
, but it has no effect:Note that I am not asking about using tabs over spaces or vice versa. I only want to change the displayed size of tabs.
Beta Was this translation helpful? Give feedback.
All reactions