Add default tab_size for Elm (#29547)

This PR updates the default tab size to 4 spaces, aligning with the
standard adopted by the Elm community and the official language
formatter (elm-format).

Reference: [elm-format tab size
default](https://github.com/avh4/elm-format/blob/main/elm-format-lib/src/Box.hs#L249)
This commit is contained in:
Ivan Banov
2025-05-06 10:14:02 +03:00
committed by GitHub
parent 210c338df4
commit 55a0bb2a91
+3
View File
@@ -1322,6 +1322,9 @@
"Elixir": {
"language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
},
"Elm": {
"tab_size": 4
},
"Erlang": {
"language_servers": ["erlang-ls", "!elp", "..."]
},