Skip to content

Commit 22f7041

Browse files
Merge pull request #11282 from MicrosoftDocs/main639099615585772425sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5b4e7f6 + d096e0e commit 22f7041

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ide/options-text-editor-advanced.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure advanced Text Editor options
33
description: Learn how to configure the Advanced page to customize global settings for the Visual Studio text editor, including completion mode, scrolling, and text rendering.
4-
ms.date: 03/16/2026
4+
ms.date: 03/20/2026
55
ms.topic: how-to
66
f1_keywords:
77
- VS.ToolsOptionsPages.Text_Editor.Advanced
@@ -173,11 +173,11 @@ When this setting is enabled (default), Visual Studio recognizes whether you pre
173173

174174
### Compress blank lines
175175

176-
Use this setting to force compression of blank lines in the current view. This action can help to reduce empty space in the view. The setting is disabled by default.
176+
Use this setting to enable syntactic line compression for blank lines in the editor. Blank lines are rendered shorter so you can see more code vertically without changing the font size. This setting is disabled by default.
177177

178178
### Compress lines that don't have any alphanumeric characters
179179

180-
Use this setting to force compression of any lines in the current view that don't contain alphanumeric characters. This action can help to remove unnecessary content in the view. The setting is disabled by default.
180+
Use this setting to compress lines that don't contain letters or numbers, such as lines with only symbols. This option helps reduce visual space used by low-information lines while keeping regular code lines at normal height. This setting is disabled by default.
181181

182182
### Indexing with Find in Files
183183

0 commit comments

Comments
 (0)