diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 6688f4004b..9f988869b2 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -1753,42 +1753,6 @@ Example: } ``` -### Hunk Style - -- Description: What styling we should use for the diff hunks. -- Setting: `hunk_style` -- Default: - -```json -{ - "git": { - "hunk_style": "staged_hollow" - } -} -``` - -**Options** - -1. Show the staged hunks faded out and with a border: - -```json -{ - "git": { - "hunk_style": "staged_hollow" - } -} -``` - -2. Show unstaged hunks faded out and with a border: - -```json -{ - "git": { - "hunk_style": "unstaged_hollow" - } -} -``` - **Options** 1. Disable inline git blame: @@ -1842,6 +1806,42 @@ Example: } ``` +### Hunk Style + +- Description: What styling we should use for the diff hunks. +- Setting: `hunk_style` +- Default: + +```json +{ + "git": { + "hunk_style": "staged_hollow" + } +} +``` + +**Options** + +1. Show the staged hunks faded out and with a border: + +```json +{ + "git": { + "hunk_style": "staged_hollow" + } +} +``` + +2. Show unstaged hunks faded out and with a border: + +```json +{ + "git": { + "hunk_style": "unstaged_hollow" + } +} +``` + ## Indent Guides - Description: Configuration related to indent guides. Indent guides can be configured separately for each language.