Mario Zechner 4 жил өмнө
parent
commit
b3ba3d3825

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

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