pokeplatinum/.gitattributes

36 lines
623 B
Plaintext
Raw Permalink Normal View History

2022-11-22 22:20:33 +00:00
*.c text eol=lf
*.h text eol=lf
2023-07-18 14:15:05 +00:00
*.cpp text eol=lf
*.hpp text eol=lf
*.s text eol=lf
2022-11-22 22:20:33 +00:00
*.inc text eol=lf
2023-07-18 14:15:05 +00:00
*.sh text eol=lf
*.py text eol=lf
2022-11-22 22:20:33 +00:00
*.sha1 text eol=lf
*.json text eol=lf
2023-07-28 18:15:18 +00:00
*.gmm text eol=lf
2023-08-01 10:23:05 +00:00
*.wrap text eol=lf
2023-07-18 14:15:05 +00:00
meson.build text eol=lf
2022-11-22 22:20:33 +00:00
.gitattributes text eol=lf
.gitignore text eol=lf
2023-07-18 14:15:05 +00:00
2022-11-22 22:20:33 +00:00
*.md text eol=lf
2022-12-16 20:56:50 +00:00
*.lsf text eol=lf
*.yml text eol=lf
2023-07-18 14:15:05 +00:00
*.ini text eol=lf
2023-07-27 18:22:38 +00:00
*.csv text eol=lf
2023-07-27 18:22:38 +00:00
*.txt text eol=lf
# These files must use CRLF to match in the ROM
/res/**/*.txt text eol=crlf
2023-07-18 14:15:05 +00:00
2023-01-13 15:30:12 +00:00
lib/msl/include/MSL_C/* text eol=lf
2022-11-22 22:20:33 +00:00
*.bin binary
*.key binary
2022-11-22 22:20:33 +00:00
*.h linguist-language=C
*.inc linguist-language=Assembly
2023-07-18 14:15:05 +00:00
*.py linguist-language=Python