Skip to content

Commit

Permalink
Remove default language settings that are provided by extensions (zed…
Browse files Browse the repository at this point in the history
…-industries#12612)

This PR removes some default language settings that are now provided by
their respective extensions.

In zed-industries#10296 we added the ability for the language configuration within
extensions to provide certain language settings (e.g., `tab_size`).

New versions of the extensions have been published that take advantage
of that and have been in circulation for over a month now. To that end,
we no longer need these settings provided as defaults.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Jun 3, 2024
1 parent 2f65c3c commit c752763
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,6 @@
"Elixir": {
"language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
},
"Gleam": {
"tab_size": 2
},
"Go": {
"code_actions_on_format": {
"source.organizeImports": true
Expand Down Expand Up @@ -710,9 +707,6 @@
"allowed": true
}
},
"Make": {
"hard_tabs": true
},
"Markdown": {
"format_on_save": "off",
"prettier": {
Expand All @@ -725,9 +719,6 @@
"plugins": ["@prettier/plugin-php"]
}
},
"Prisma": {
"tab_size": 2
},
"Ruby": {
"language_servers": ["solargraph", "!ruby-lsp", "..."]
},
Expand Down

0 comments on commit c752763

Please sign in to comment.