From 36af4198ed37713ae1376157e0e0e7f1ddd1d11c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 7 Apr 2023 08:52:07 +0300 Subject: [PATCH] Enforce LF On Windows `autocrlf` is `true` by default. This makes sure LF is used everywhere. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..205021e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf