From dbdc501c899f3c24970a6d2c0725bee8784e0a91 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 20 Nov 2025 17:17:52 -0500 Subject: [PATCH] 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 --- assets/settings/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index bd8a6e96dd3929c63f47b20f54d3422051363511..9a6146f75b6a3b1d16d64bd1d7b1e7aab9e992dd 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -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": {