Skip to content

Commit

Permalink
Disable CRLF conversions on Windows
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
foxcpp committed May 22, 2021
1 parent 6a2e0ad commit dd3f511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ build/

tests/maddy.cover
tests/maddy

.idea/

0 comments on commit dd3f511

Please sign in to comment.