Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2021-09-24 00:34:00 +0300
committerGitHub <noreply@github.com>2021-09-24 00:34:00 +0300
commita526e77b6d5fbf362cd40e442a0ac893e681448f (patch)
treee898422a1893c02bbaf198b37e523b0e935e1b06 /.config
parentb0872284c96867c0e6a73e91c3b620d2a26e4b50 (diff)
Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374)
Diffstat (limited to '.config')
-rw-r--r--.config/dotnet-tools.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 4775048d3d7..6b60141e38a 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -25,6 +25,12 @@
"commands": [
"slngen"
]
+ },
+ "dotnet-format": {
+ "version": "6.0.240501",
+ "commands": [
+ "dotnet-format"
+ ]
}
}
}