Try input autocrlf.

This commit is contained in:
Mario Zechner 2021-08-18 20:17:42 +02:00
parent 44be568028
commit 3395fac710

View File

@ -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