Skip to content

Commit

Permalink
chore: Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Feb 23, 2019
1 parent 0063f80 commit 2180a83
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behaviour, in case people don't have core.autocrlf set.
* text=lf

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.asm text
*.cfg text
.gitattributes text
.gitignore text
.gitmodules text

# Denote all files that are truly binary and should not be modified.
*.bin binary
*.sfc binary

0 comments on commit 2180a83

Please sign in to comment.