Skip to content

Commit 9b51c12

Browse files
Merge pull request #10460 from TerryGLee/tglee-ide003
add Adaptive Formatting info & links
2 parents bfb4aeb + 3fbfdef commit 9b51c12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/ide/reference/options-text-editor-all-languages-tabs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Options, Text Editor, All Languages, Tabs
33
description: Learn how to use the Tabs page in the All Languages section to change the default behavior of the code editor tabs within Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/04/2016
5+
ms.date: 09/28/2022
66
ms.topic: reference
77
f1_keywords:
88
- VS.ToolsOptionsPages.Text_Editor.All_Languages.Tabs
@@ -90,6 +90,9 @@ Keep tabs
9090

9191
When selected, indent operations insert as many TAB characters as possible. Each TAB character fills the number of spaces specified in **Tab size**. If the **Indent size** is not an even multiple of the **Tab size**, space characters are added to fill in the difference.
9292

93+
> [!TIP]
94+
> Adaptive formatting might override your custom tabs settings. You can turn off adaptive formatting by toggling the **[Use adaptive formatting](options-text-editor-advanced.md#use-adaptive-formatting-1)** option in **Text Editor** > **[Advanced](options-text-editor-advanced.md)**. You can also change how Visual Studio manages your preferred indent style by using an .*[editorconfig](../create-portable-custom-editor-options.md)* file.
95+
9396
## See also
9497

9598
- [Options, Text Editor, All Languages](../../ide/reference/options-text-editor-all-languages.md)

0 commit comments

Comments
 (0)