Browse Source

autocrlf == false

Mario Zechner 4 years ago
parent
commit
b3ba3d3825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/format-check.yml

+ 1 - 1
.github/workflows/format-check.yml

@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:      
     steps:      
 
 
-    - run: git config --global core.autocrlf input
+    - run: git config --global core.autocrlf false
 
 
     - uses: actions/checkout@v1  
     - uses: actions/checkout@v1