From 5c56f7b46175d83f237846b52a99363bce8e2842 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 22 Sep 2014 14:42:36 +0200 Subject: add gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fcadb2cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf -- cgit v1.2.3 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(-) (limited to '.gitattributes') 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