aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-04-04 19:13:24 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-04-04 19:13:24 -0600
commitf7a6430c6abbfbc713eec85a54a1f19aab64dab9 (patch)
tree3d5c55fe4034c54ff1d269ab4f73e5ba3b0651e5 /.gitattributes
parent40d0351155b4a36afe3541dd626d8b1eeaa7f714 (diff)
downloadplatform_external_bc-f7a6430c6abbfbc713eec85a54a1f19aab64dab9.tar.gz
platform_external_bc-f7a6430c6abbfbc713eec85a54a1f19aab64dab9.tar.bz2
platform_external_bc-f7a6430c6abbfbc713eec85a54a1f19aab64dab9.zip
Start the process of making bc/dc work on Windows
This requires some code to make things match POSIX and especially making inline an empty string because Microsoft's compiler is picky about functions marked inline.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..22d6e60b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+*.vcxproj eol=crlf
+*.vcxproj.filters eol=crlf
+*.sln eol= crlf