diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-20 05:15:43 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-20 05:16:54 +0000 |
commit | a4c9807acacc87f323f31d252a37c0ed2029ee5b (patch) | |
tree | 64b38d3080ca875efacede3cfbed6c524c3ec908 | |
parent | 64c06e3a6e4de68f95415d46cacd15ed0d606cff (diff) |
gitattributes
-rw-r--r-- | .gitattributes | 10 |
1 files 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 |