summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 3400ba98..f724967c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11,4 +11,7 @@
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
-*.jpeg binary \ No newline at end of file
+*.jpeg binary
+
+# Always checkout docs using unix line endings because mdoc uses unix line endings even on windows
+/docs/**/*.xml text eol=lf