mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-12 04:07:14 +00:00
Merge pull request #121 from MatthewBeshay/chore/add-gitattributes
chore: add .gitattributes for LF normalization
This commit is contained in:
commit
8ab5c789af
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Normalise text files to LF across platforms.
|
||||
* text=auto eol=lf
|
||||
|
||||
# Keep Windows command scripts in CRLF for compatibility.
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
Loading…
Reference in a new issue