瀏覽代碼

autocrlf == false

Mario Zechner 4 年之前
父節點
當前提交
b3ba3d3825
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/format-check.yml

+ 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