summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index b9d54fb..3870801 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,8 +8,14 @@
# Denote files that should not be modified.
*.odt binary
*.png binary
+
# Visual Studio
-*.sln binary
+*.sln text eol=crlf
+*.vcxproj* text eol=crlf
+*.vcproj* text eol=crlf
*.suo binary
-*.vcxproj* binary
+*.rc binary
+# Windows
+*.bat text eol=crlf
+*.cmd text eol=crlf