From a4c9807acacc87f323f31d252a37c0ed2029ee5b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 20 Oct 2018 05:15:43 +0000 Subject: gitattributes --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 50771f57..b1f944e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ -*.cpp text=auto eol=lf -*.hpp text=auto eol=lf -*.c text=auto eol=lf -*.h text=auto eol=lf -*.cxx text=auto eol=lf +*.[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 -- cgit v1.2.3