Skip to content

Commit 174cc79

Browse files
committed
Link fix
1 parent 92c241f commit 174cc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/code-styles-and-code-cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can define code style settings per-project by using an [EditorConfig file](#
3333

3434
Code style settings can be specified by adding an [EditorConfig](../ide/create-portable-custom-editor-options.md) file to your project. EditorConfig files are associated with a codebase rather than a Visual Studio personalization account. Settings in an EditorConfig file take precedence over code styles that are specified in the **Options** dialog box. Use an EditorConfig file when you want to enforce coding styles for all contributors to your repo or project. They are especially useful to ensure consistency in a teams programming environment.
3535

36-
To add an EditorConfig file, see [Ways to add an EditorConfig file](../ide/create-portable-custom-editor-options.md#ways-to-add-an-editorconfig-file).
36+
To add an EditorConfig file, see [Add and remove EditorConfig files](../ide/create-portable-custom-editor-options.md#add-and-remove-editorconfig-files).
3737
::: zone-end
3838

3939
::: zone pivot="programming-language-dotnet,programming-language-dotnetf"

0 commit comments

Comments
 (0)