Create .gitattributes

Added a .gitattributes file to autoresolve line endings across different environments.
This commit is contained in:
David Ford 2022-08-29 16:50:28 -05:00
parent c363f033e8
commit f9862a3d88

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Auto normalizes line endings on commit so devs don't need to change local settings.
# Only effects text files and ignores other file types.
# For more info see: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
* text=auto