From dd3f511e5c0296d223292d7867ffb43695558973 Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Wed, 12 May 2021 06:39:26 +0300 Subject: [PATCH] Disable CRLF conversions on Windows Most developer tooling supports LF endings nowadays and it allows one to use WSL to debug maddy on Windows (that's what I do now). --- .gitattributes | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index 5231f5a..6b204b6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ build/ tests/maddy.cover tests/maddy + +.idea/