Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kunin <dkunin@mapswith.me>2013-06-03 13:51:03 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:56:04 +0300
commit8f1ea9bf6091d33f0ea890d4b8da9a9f9ac4821d (patch)
treed8eeefaff0c4fa20502021c7985776b99b71d91b /.gitattributes
parent6d9ee3a798f80f5816398589df396b8bafb6e78c (diff)
.gitattr for *.xml files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index baf3e8af2c..65d10f25cf 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -15,6 +15,7 @@
# Declare files that will always have LF line endings on checkout.
*.txt text eol=lf
*.html text eol=lf
+*.xml text eol=lf
*.csv text eol=lf
*.svg text eol=lf
*.py text eol=lf