add gitattributes file to enforce LF line endings
This commit is contained in:
parent
fcaa449ead
commit
8c295cf973
|
@ -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
|
Loading…
Reference in New Issue