mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Remove default language settings that are provided by extensions (#12612)
This PR removes some default language settings that are now provided by their respective extensions. In #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
This commit is contained in:
parent
2f65c3c6e6
commit
c752763301
@ -672,9 +672,6 @@
|
||||
"Elixir": {
|
||||
"language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
|
||||
},
|
||||
"Gleam": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"Go": {
|
||||
"code_actions_on_format": {
|
||||
"source.organizeImports": true
|
||||
@ -710,9 +707,6 @@
|
||||
"allowed": true
|
||||
}
|
||||
},
|
||||
"Make": {
|
||||
"hard_tabs": true
|
||||
},
|
||||
"Markdown": {
|
||||
"format_on_save": "off",
|
||||
"prettier": {
|
||||
@ -725,9 +719,6 @@
|
||||
"plugins": ["@prettier/plugin-php"]
|
||||
}
|
||||
},
|
||||
"Prisma": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"Ruby": {
|
||||
"language_servers": ["solargraph", "!ruby-lsp", "..."]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user