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
|
2022-12-22 23:10:28 +00:00
|
|
|
*.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-09-18 12:20:11 +00:00
|
|
|
|
2023-07-27 18:22:38 +00:00
|
|
|
*.txt text eol=lf
|
2023-09-19 02:52:04 +00:00
|
|
|
# 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
|
2024-03-11 20:42:38 +00:00
|
|
|
*.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
|