Skip to content

Commit dd3f511

Browse files
committed
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).
1 parent 6a2e0ad commit dd3f511

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ build/
4545

4646
tests/maddy.cover
4747
tests/maddy
48+
49+
.idea/

0 commit comments

Comments
 (0)