summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-10-13 12:36:37 +0200
committerGitHub <noreply@github.com>2017-10-13 12:36:37 +0200
commit36c8062400f4f24f819f8096c6ec3bb2d8ebb156 (patch)
tree1eef6070bd14eba3ee16bb294cf0db519a68b18d
parente97ada64135dcdf81ac817ded43c810b3f6883e5 (diff)
parent26a0cecdc7dbeae4aea690901607a81aa6a87cf0 (diff)
Merge pull request #12067 from BastiaanOlij/add_xml_to_gitattributes
Add .xml to .gitattributes [ci skip]
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f8959dd2d1..03c6f96f80 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,3 +8,4 @@ drivers/* linguist-vendored
*.h eol=lf
*.py eol=lf
*.hpp eol=lf
+*.xml eol=lf