Move clang-format download into dotnet/runtime and add docs for setting up auto-forma...
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Thu, 23 Sep 2021 21:34:00 +0000 (14:34 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 21:34:00 +0000 (14:34 -0700)
commita526e77b6d5fbf362cd40e442a0ac893e681448f
treee898422a1893c02bbaf198b37e523b0e935e1b06
parentb0872284c96867c0e6a73e91c3b620d2a26e4b50
Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374)
.clang-format [new file with mode: 0644]
.config/dotnet-tools.json
docs/coding-guidelines/code-formatting-tools.md [new file with mode: 0644]
docs/coding-guidelines/coding-style.md
docs/coding-guidelines/vs-cpp-formatting.png [new file with mode: 0644]
docs/coding-guidelines/vs-csharp-formatting.png [new file with mode: 0644]
eng/formatting/download-tools.ps1 [new file with mode: 0644]
eng/formatting/download-tools.sh [new file with mode: 0755]
eng/formatting/format.sh [new file with mode: 0644]
src/tests/Common/scripts/format.py