From d662f14aaf9382551ad43e862f2f3ee59ab823c7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 14 Feb 2019 21:11:55 +0100 Subject: gitattributes --- .gitattributes | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index b1f944e9..05e51885 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,22 @@ -*.[ch]pp text=auto eol=lf -*.[ch] text=auto eol=lf -*.[ch]xx text=auto eol=lf -*.txt text=auto eol=lf -*.ui text=auto eol=lf -*.qrc text=auto eol=lf -*.cc text=auto eol=lf -*.md text=auto eol=lf -*.rc text=auto eol=lf -*.csv text=auto eol=lf -.[a-z]* text=auto eol=lf +*.[ch]pp text eol=lf +*.[ch] text eol=lf +*.[ch]xx text eol=lf +*.cc text eol=lf +*.rc text eol=lf + +*.git?* text eol=lf + +*.txt text eol=lf +*.cmake text eol=lf + +*.md text eol=lf +*.csv text eol=lf +*.json text eol=lf + +*.ui text eol=lf +*.qrc text eol=lf +*.ts text eol=lf +*.in text eol=lf + +*.cmd text eol=crlf +*.bat text eol=crlf \ No newline at end of file -- cgit v1.2.3