summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes33
1 files changed, 22 insertions, 11 deletions
diff --git a/.gitattributes b/.gitattributes
index 50771f57..462acc88 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,11 +1,22 @@
-*.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
-*.cc text=auto eol=lf
-*.md text=auto eol=lf
-*.csv text=auto eol=lf
+*.[ch]pp text eol=lf
+*.[ch] text eol=lf
+*.[ch]xx text eol=lf
+*.cc text eol=lf
+*.rc text eol=lf
+
+*.git?* text eol=lf
+
+*.txt text eol=lf
+*.cmake text eol=lf
+
+*.md text eol=lf
+*.csv text eol=lf
+*.json text eol=lf
+
+*.ui text eol=lf
+*.qrc text eol=lf
+*.ts text eol=lf
+*.in text eol=lf
+
+*.cmd text eol=crlf
+*.bat text eol=crlf