summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-10-08 06:58:52 -0400
committerAnthony Green <green@moxielogic.com>2019-10-08 06:58:52 -0400
commite5f0eb1552f222eb2630e40ee348b090d56412a3 (patch)
tree9bda96bebdab893d663bca8005c9fcc7f85d4776 /.gitattributes
parentea9b6639c69cbffeacd1ce0c1953c1997cf29d2e (diff)
downloadlibffi-e5f0eb1552f222eb2630e40ee348b090d56412a3.tar.gz
Clean up line endings (#509)
The CLRF visual studio files can be kept that way, but recognized as text. The assembly file can be converted to LF.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f7d3833
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+* text=auto
+
+*.sln text eol=crlf
+*.vcxproj* text eol=crlf