Browse Source

Merge pull request #8029 from SomberNight/202210_git_eol

add .gitattributes file for end-of-line normalisation
master
ghost43 3 years ago committed by GitHub
parent
commit
1a7fc2cff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .gitattributes

12
.gitattributes vendored

@ -0,0 +1,12 @@
# Auto detect text files and perform end-of-line normalization (to LF)
* text=auto
# These Windows files should have CRLF line endings in checkout
*.bat text eol=crlf
*.ps1 text eol=crlf
# Never perform LF normalization on these files
*.ico binary
*.jar binary
*.png binary
*.zip binary
Loading…
Cancel
Save