Skip to content

Commit 88b6cd6

Browse files
committed
Fix indentation
1 parent 1164d3d commit 88b6cd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference/nuget-config-file.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -499,12 +499,12 @@ Below is an example `nuget.config` file that illustrates a number of settings in
499499
<!-- Used to enforce that certain packages only come from specific package sources. -->
500500
<packageSourceMapping>
501501
<clear />
502-
<packageSource key="MyRepo - ES">
503-
<package pattern="ES.*" />
504-
</packageSource>
505-
<packageSource key="NuGet official package source">
506-
<package pattern="*" />
507-
</packageSource>
502+
<packageSource key="MyRepo - ES">
503+
<package pattern="ES.*" />
504+
</packageSource>
505+
<packageSource key="NuGet official package source">
506+
<package pattern="*" />
507+
</packageSource>
508508
</packageSourceMapping>
509509

510510
<!-- Used to store credentials -->

0 commit comments

Comments
 (0)