summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorkingces95 <kingces95@users.noreply.github.com>2017-02-14 23:43:58 -0800
committerStephane Delcroix <stephane@delcroix.org>2017-02-15 08:43:58 +0100
commitdf913c30cbc440843836ed78727f55f32f2aad80 (patch)
tree0820a52b440015cfa5075b0fd5476e45422fa091 /.gitattributes
parent8ec0ccc00fdc5f9ea1b7803bc42dffe6a5c6d790 (diff)
downloadxamarin-forms-df913c30cbc440843836ed78727f55f32f2aad80.tar.gz
xamarin-forms-df913c30cbc440843836ed78727f55f32f2aad80.tar.bz2
xamarin-forms-df913c30cbc440843836ed78727f55f32f2aad80.zip
Force git to checkout docs using unix line endings (#766)
* Checkout docs using unix line endings * Only exit script when running update-docs-windows.bat * Add docs that build system did not detect were missing
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