Fix casing in comments in default.json (#43201)

This PR fixes the casing of the operating system names in the
language-specific sections of `default.json`.

This files serves as documentation for users (since it can be viewed
through `zed: open default settings`), so we should make sure it is
tidy.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-11-20 22:17:52 +00:00
committed by GitHub
parent 898c133906
commit dbdc501c89
+3 -3
View File
@@ -2068,11 +2068,11 @@
"dev": {
// "theme": "Andromeda"
},
// Settings overrides to use when using linux
// Settings overrides to use when using Linux.
"linux": {},
// Settings overrides to use when using macos
// Settings overrides to use when using macOS.
"macos": {},
// Settings overrides to use when using windows
// Settings overrides to use when using Windows.
"windows": {
"languages": {
"PHP": {