From 6f42297102461b6c586fd57384600061ac664bc3 Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Sun, 16 May 2021 20:59:01 -0500 Subject: [PATCH] Enforce LF in repo --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ff7d96e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf