Skip to content

Commit

Permalink
Merge pull request #21 from EB-Forks/gitattributes
Browse files Browse the repository at this point in the history
chore: Add `.gitattributes`
  • Loading branch information
RPGHacker authored Feb 3, 2024
2 parents 07051b0 + 2180a83 commit 2f7fa6c
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 2f7fa6c

Please sign in to comment.