HTML indent is always space ("soft tab") #9419
-
Project root = true
[*]
charset = UTF-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true EC was never honored by helix nor the LSP.
[[language]]
name = "html"
indent = { tab-width = 4, unit = "\t" } This is partially honored. LSP: Should I open an issue? |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jan 25, 2024
Replies: 1 comment 1 reply
-
EditorConfig isn't supported, see #279 I can't reproduce on a fresh HTML file with that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rudxain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EditorConfig isn't supported, see #279
I can't reproduce on a fresh HTML file with that
languages.toml
entry. We try to determine the indent settings based on how the file is currently indented so if it's currently using spaces then we may assume a space indent unit