Skip to content

Commit

Permalink
Add .gitattributes file to the repo
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f093db)
  • Loading branch information
RomanovM authored and skoshelev committed May 24, 2021
1 parent dfe9812 commit c5dfe9a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
@@ -0,0 +1,13 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted to native line endings on checkout.
*.sh text eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.csproj text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png -text
*.jpg -text

0 comments on commit c5dfe9a

Please sign in to comment.