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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2017-10-09 23:46:49 +0300
committerKirill Osenkov <KirillOsenkov@users.noreply.github.com>2017-10-09 23:46:49 +0300
commit367d01a0b186f034178c5d5338c436e203eff8b4 (patch)
tree04bd6bf773583c4391f2f5c6b533fd3a47719e19 /.gitattributes
parent957f16902720282c700689bdc5067f3e989d7707 (diff)
Normalize line endings on Windows, store LFs in .git (#2)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 03590d1..2b67b38 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
-#########################################################################################
-# Do not normalize line endings. This is needed for synchronization with internal source.
-#########################################################################################
-* -text \ No newline at end of file
+#########################################################################################
+# Do not normalize line endings. This is needed for synchronization with internal source.
+#########################################################################################
+* text=auto