Default line endings to LF

This stops git from complaining about changed EOL when prettier is run.
Without this git says that every file has changed.
This commit is contained in:
gentlegiantJGC 2022-05-13 17:34:12 +01:00
parent 48b4ae6ea7
commit 324fd9c101

2
.gitattributes vendored
View file

@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto eol=lf