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:
Maicol Battistini 2024-09-18 16:49:22 +02:00
parent c8dd404ae9
commit e26933404c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf