Skip to content

Commit

Permalink
chore(gitattributes): adding git attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki committed Nov 6, 2018
1 parent dc78354 commit 6938d4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
@@ -0,0 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union

# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf

0 comments on commit 6938d4b

Please sign in to comment.