Enforce LF

On Windows `autocrlf` is `true` by default. This makes sure LF is used everywhere.
This commit is contained in:
XhmikosR 2023-04-07 08:52:07 +03:00 committed by Josh Holmer
parent e88b9be12b
commit 36af4198ed

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Enforce Unix newlines
* text=auto eol=lf