add gitattributes file to enforce LF line endings

This commit is contained in:
Neo 2023-06-06 13:26:27 -07:00
parent fcaa449ead
commit 8c295cf973

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
*.c text
*.h text
*.cpp text
*.hpp text
*.json text
*.txt text
LICENSE text
*.md text