Skip to content

Commit f18c285

Browse files
versioning the note
1 parent 8dfbc25 commit f18c285

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ide/create-portable-custom-editor-options.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Coding conventions you use on your personal projects might differ from those use
3535

3636
Because a file in the codebase contains the settings, they travel along with that codebase. As long as you open the code file in an EditorConfig-compliant editor, the text editor settings are activated. For more information about EditorConfig files, see the [EditorConfig.org](https://editorconfig.org/) website.
3737

38+
::: moniker range="<=vs-2019"
39+
> [!NOTE]
40+
> Conventions that you set in an EditorConfig file can't currently be enforced in a CI/CD pipeline as build errors or warnings. Any style deviations appear only in the Visual Studio editor and **Error List**.
41+
::: moniker-end
42+
3843
## Supported settings
3944

4045
The editor in Visual Studio supports the core set of [EditorConfig properties](https://editorconfig.org/#supported-properties):

0 commit comments

Comments
 (0)