From 278cd99cd960b6a834103c71874ff23c6616e1dd Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 May 2021 21:37:27 -0400 Subject: [PATCH] update gitattributes --- .gitattributes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 09bc62c..9fb85ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,14 @@ # Set the default behavior, in case people don't have core.autocrlf set. -* text=auto \ No newline at end of file +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary \ No newline at end of file