attributes and format

This commit is contained in:
red031000 2024-09-30 18:21:30 +01:00
parent a708d06955
commit 35003b5e4f
No known key found for this signature in database
GPG Key ID: D27E50C050AE0CE1
2 changed files with 12 additions and 8 deletions

View File

@ -3,4 +3,4 @@
**/*.json
arm9/lib/
arm7/lib/
include/nitro/
include/nitro/

18
.gitattributes vendored
View File

@ -1,13 +1,17 @@
*.sha1 text eol=lf
charmap.txt text eol=crlf
m2ctx.sh text eol=lf
format.sh text eol=lf
*.png binary
*.c text eol=crlf
*.h text eol=crlf
*.cpp text eol=crlf
*.hpp text eol=crlf
*.s text eol=crlf
.gitattributes text eol=crlf
.gitignore text eol=crlf
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
*.s text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
Makefile text eol=lf
.clang-format-ignore eol=lf
.clang-format eol=lf