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:
parent
210c338df4
commit
55a0bb2a91
1 changed files with 3 additions and 0 deletions
|
@ -1322,6 +1322,9 @@
|
|||
"Elixir": {
|
||||
"language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
|
||||
},
|
||||
"Elm": {
|
||||
"tab_size": 4
|
||||
},
|
||||
"Erlang": {
|
||||
"language_servers": ["erlang-ls", "!elp", "..."]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue