Update .gitattributes to be stricter with applying LF (#177)

* Update .gitattributes

* add .mk files

---------

Co-authored-by: Yanis002 <35189056+Yanis002@users.noreply.github.com>
This commit is contained in:
Zelllll
2025-07-05 03:38:03 -05:00
committed by GitHub
parent 7a0a0e7805
commit 009bd5135d

17
.gitattributes vendored
View File

@@ -1,5 +1,18 @@
# Auto detect text files and perform LF normalization
* text eol=lf
# 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