Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Prettier for C projects by default (zed-industries#23119)
Follow-up of zed-industries#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.
- Loading branch information