mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-01 20:27:36 +03:00
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:
parent
6a2e0ad817
commit
dd3f511e5c
2 changed files with 3 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* text=auto eol=lf
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -45,3 +45,5 @@ build/
|
|||
|
||||
tests/maddy.cover
|
||||
tests/maddy
|
||||
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue