From 392936298fbb08b065c91f50d009b5e3cd36b7e9 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 1 Oct 2019 14:47:35 +1300 Subject: [PATCH] Added unified '.gitattributes' file. --- .gitattributes | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cdc92ed152..372557fbd8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ +LICENSE text eol=lf *.md text eol=lf *.c text eol=lf +*.cc text eol=lf *.h text eol=lf *.cc text eol=lf *.S text eol=lf @@ -9,7 +11,20 @@ *.ld text eol=lf Makefile text eol=lf *.mk text eol=lf -*.bat eol=crlf +*.nomk text eol=lf +*.pl text eol=lf +*.js text eol=lf +*.json text eol=lf +*.html text eol=lf +*.css text eol=lf +*.svg text eol=lf +*.png -crlf -diff +*.yml text eol=lf +*.xml text eol=lf +*.mcm text eol=lf +*.nsi text eol=lf +*.nsh text eol=lf +*.lua text eol=lf *.txt text eol=lf *.sh text eol=lf *.config text eol=lf