Commit Graph

1 Commits

Author SHA1 Message Date
Maicol Battistini e26933404c
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.
2024-09-18 16:49:22 +02:00