set autocrlf settings

This commit is contained in:
Grant Limberg 2023-03-01 15:42:56 -08:00
commit 236c9d3cac
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -4,9 +4,9 @@ jobs:
build_ubuntu: build_ubuntu:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# - name: gitconfig - name: gitconfig
# run: | run: |
# git config --global core.autocrlf false git config --global core.autocrlf input
# git config --global core.eol lf # git config --global core.eol lf
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -40,9 +40,9 @@ jobs:
build_macos: build_macos:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
# - name: gitconfig - name: gitconfig
# run: | run: |
# git config --global core.autocrlf false git config --global core.autocrlf input
# git config --global core.eol lf # git config --global core.eol lf
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -75,9 +75,9 @@ jobs:
build_windows: build_windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
# - name: gitconfig - name: gitconfig
# run: | run: |
# git config --global core.autocrlf false git config --global core.autocrlf true
# git config --global core.eol lf # git config --global core.eol lf
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3