diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 02:21:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 02:21:35 +0200 |
commit | d67dc3326169a2f71f024c5fd45fdb6ab07d5376 (patch) | |
tree | 4230f51cfaec8dd7a8717ed64676439a744cf3b2 /.gitattributes | |
parent | d74b99391bbdfb25f9559834082ae7ee6d30720d (diff) |
fix gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 8 insertions, 1 deletions
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 |