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).
This commit is contained in:
fox.cpp 2021-05-12 06:39:26 +03:00
parent 6a2e0ad817
commit dd3f511e5c
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
2 changed files with 3 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf

2
.gitignore vendored
View file

@ -45,3 +45,5 @@ build/
tests/maddy.cover
tests/maddy
.idea/