zed/assets/settings
Kirill Bulatov 8e65ec1022
Disable Prettier for C projects by default (#23119)
Follow-up of https://github.com/zed-industries/zed/pull/23112

Same reasoning applies.

Release Notes:

- Changed default formatter for C to be the primary language server, not
Prettier. Format-on-save is still disabled by default for C, but if one
uses the editor: format command now, it will default to the language
server. clangd can format C files, whereas prettier cannot.
2025-01-14 11:47:22 +00:00
..
default.json Disable Prettier for C projects by default (#23119) 2025-01-14 11:47:22 +00:00
initial_local_settings.json
initial_server_settings.json Add settings to remote servers, use XDG paths on remote, and enable node LSPs (#19176) 2024-10-15 23:32:44 -07:00
initial_tasks.json Move task centering code closer to user input (#22082) 2024-12-16 16:15:58 +02:00
initial_user_settings.json