From 8c295cf9734a7290d0a7d50c2c106cf228bdfc19 Mon Sep 17 00:00:00 2001 From: Neo <321592+Neo-Desktop@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:26:27 -0700 Subject: [PATCH] add gitattributes file to enforce LF line endings --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6d5cc25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto eol=lf + +*.c text +*.h text +*.cpp text +*.hpp text +*.json text +*.txt text +LICENSE text +*.md text