chore: set gitattributes for text and eol
Adds a .gitattributes file to the repository. This file configures git to handle text files and line endings appropriately. * Set `text=auto` to enable automatic detection of text files. * Set `eol=lf` to enforce Unix-style line endings for text files.
This commit is contained in:
parent
c8dd404ae9
commit
e26933404c
|
@ -0,0 +1 @@
|
|||
* text=auto eol=lf
|
Loading…
Reference in New Issue