Add .gitattributes file to normalize line endings
This should make sure that line endings for text files are converted to LF. Some reading: https://git-scm.com/docs/gitattributes#_effects
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Normalize line endings to LF for files that Git detects as text
|
||||
* text=auto
|
||||
Reference in New Issue
Block a user