Add default tab_size for Elm (#29547)

Ivan Banov created

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)

Change summary

assets/settings/default.json | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

assets/settings/default.json 🔗

@@ -1322,6 +1322,9 @@
     "Elixir": {
       "language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
     },
+    "Elm": {
+      "tab_size": 4
+    },
     "Erlang": {
       "language_servers": ["erlang-ls", "!elp", "..."]
     },