From ec293558c278a118720dca6c17c5912e37a457c5 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Wed, 11 Dec 2024 12:11:35 -0800 Subject: [PATCH] Update code-styles-and-code-cleanup.md --- docs/ide/code-styles-and-code-cleanup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide/code-styles-and-code-cleanup.md b/docs/ide/code-styles-and-code-cleanup.md index 7b7eca84973..412a3de3ffc 100644 --- a/docs/ide/code-styles-and-code-cleanup.md +++ b/docs/ide/code-styles-and-code-cleanup.md @@ -1,6 +1,6 @@ --- title: Code style options and code cleanup -description: Learn how to configure Visual Studio to apply code style preferences using the Code Cleanup (Visual Studio 2019) and Format Document (Visual Studio 2017) commands. +description: Learn how to configure Visual Studio to apply code style preferences using the Code Cleanup command. ms.date: 11/11/2024 ms.topic: conceptual author: mikejo5000