Skip to content

Commit b306e02

Browse files
Merge pull request #10381 from WilliamAntonRohm/issue-8426
visualstudio-docs/issues/8426 -- note is no longer needed in VS 2022
2 parents d37938a + f18c285 commit b306e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ 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"
3839
> [!NOTE]
3940
> 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
4042

4143
## Supported settings
4244

0 commit comments

Comments
 (0)