From dafabf6f3ae6f924f27a0cbe8eea8608124b50cd Mon Sep 17 00:00:00 2001 From: Thomas Russell Murphy <thomas.russell.murphy@case.edu> Date: Tue, 28 Apr 2020 22:15:43 -0500 Subject: [PATCH] Add .gitattributes for line ending management --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c47c172 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.cpp text +*.h text +makefile text + +LICENSE text +*.md text -- GitLab