From d67dc3326169a2f71f024c5fd45fdb6ab07d5376 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 23 Sep 2014 02:21:35 +0200 Subject: fix gitattributes --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fcadb2cf..5f7a58f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ -* text eol=lf +*.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 +*.txt text=auto eol=lf +*.ui text=auto eol=lf +*.qrc text=auto eol=lf -- cgit v1.2.3