mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* Update .gitattributes * add .mk files --------- Co-authored-by: Yanis002 <35189056+Yanis002@users.noreply.github.com>
20 lines
471 B
Plaintext
20 lines
471 B
Plaintext
# Apply LF only to known text/code file types
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.cpp text eol=lf
|
|
*.hpp text eol=lf
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.txt text eol=lf
|
|
*.make text eol=lf
|
|
*.mk text eol=lf
|
|
Makefile text eol=lf
|
|
|
|
# Set browser syntax highlighting for certain files
|
|
*.inc linguist-language=gas
|
|
*.seq linguist-language=gas
|
|
include/audio/aseq.h linguist-language=gas
|