Skip to content

Commit fe7fee6

Browse files
committed
Fix formatting of xml and json files
1 parent 6957e47 commit fe7fee6

3 files changed

Lines changed: 17 additions & 19 deletions

File tree

File renamed without changes.

.vscode/extensions.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3-
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4-
5-
// List of extensions which should be recommended for users of this workspace.
6-
"recommendations": [
7-
"ms-azure-devops.azure-pipelines",
8-
"ms-vscode.csharp",
9-
"k--kato.docomment",
10-
"editorconfig.editorconfig",
11-
"pflannery.vscode-versionlens",
12-
"davidanson.vscode-markdownlint"
13-
],
14-
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
15-
"unwantedRecommendations": [
16-
17-
]
18-
}
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
// List of extensions which should be recommended for users of this workspace.
5+
"recommendations": [
6+
"ms-azure-devops.azure-pipelines",
7+
"ms-vscode.csharp",
8+
"k--kato.docomment",
9+
"editorconfig.editorconfig",
10+
"pflannery.vscode-versionlens",
11+
"davidanson.vscode-markdownlint",
12+
"dotjoshjohnson.xml"
13+
],
14+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
15+
"unwantedRecommendations": []
16+
}

nuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<packageSources>
3+
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
7-
</packageSources>
7+
</packageSources>
88
</configuration>

0 commit comments

Comments
 (0)