Skip to content

Commit

Permalink
Add .gitattributes, unify eol/encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Repiteo committed Apr 5, 2024
1 parent 5e2023d commit 15b9b53
Show file tree
Hide file tree
Showing 14 changed files with 595 additions and 584 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ indent_size = 2
indent_style = space
indent_size = 4

[*.{sln,csproj}]
end_of_line = crlf
charset = utf-8-bom

[*.sln]
indent_style = tab

Expand Down
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Normalize EOL for all files that Git considers text files
* text=auto eol=lf

# Except files specific to Visual Studio
*.sln eol=crlf
*.csproj eol=crlf
Loading

0 comments on commit 15b9b53

Please sign in to comment.