diff options
-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 |