Skip to content

Commit

Permalink
attributes and format
Browse files Browse the repository at this point in the history
  • Loading branch information
red031000 committed Sep 30, 2024
1 parent a708d06 commit 35003b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
**/*.json
arm9/lib/
arm7/lib/
include/nitro/
include/nitro/
18 changes: 11 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 35003b5

Please sign in to comment.