From e0fa3032eceaf2caa1776369b57d6792cf7ddba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20G=C3=B3mez?= Date: Fri, 30 May 2025 13:18:15 +0200 Subject: [PATCH] docs: Properly nest the docs for the inline git blame settings (#31739) From a report on [discord](https://discord.com/channels/869392257814519848/873292398204170290/1377943171320774656): reorders the docs for the inline git blame feature so they are properly nested. Screenshot_2025-05-30_at_11 32 17 Release Notes: - N/A --- docs/src/configuring-zed.md | 72 ++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 36 deletions(-) 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.