Skip to content

Commit

Permalink
chore: gitattributes - add explicite eol=crlf to cs files
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikostiha committed Nov 20, 2024
1 parent 910df1d commit 345ac88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*.{bat,[bB][aA][tT]} text eol=crlf

# Languages
*.cs text diff=csharp
*.cs text diff=csharp eol=crlf
*.vb text
*.resx text
*.c text
Expand Down Expand Up @@ -78,7 +78,7 @@
*.fsproj text merge=union
*.dbproj text merge=union
*.props text merge=union
*.sln text merge=union eol=crlf
*.sln text merge=union eol=crlf

# Images
*.bmp binary
Expand Down

0 comments on commit 345ac88

Please sign in to comment.