From 3395fac71076fe032137e794cffcc14a11e934ac Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 18 Aug 2021 20:17:42 +0200 Subject: [PATCH] Try input autocrlf. --- .github/workflows/format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 114f75018..e48b957a8 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -53,7 +53,7 @@ jobs: export CLANGFORMAT=`pwd`/clang/bin/clang-format export PATH="$PATH:/root/.dotnet/tools" ./formatters/format.sh - git config --global core.autocrlf false + git config --global core.autocrlf input git diff > format-diff.txt - name: Archive formatting result