mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
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:
parent
3158ed4085
commit
8064f8a49e
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Normalize line endings to LF for files that Git detects as text
|
||||
* text=auto
|
Loading…
Reference in a new issue