Skip to content

Commit d9e5c7d

Browse files
committed
chore(git): add .gitattributes for consistent line endings
Added a `.gitattributes` file to enforce LF line endings for files with `.verified.txt` and `.received.txt` extensions. Aims to ensure consistency across different environments.
1 parent e212063 commit d9e5c7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.verified.txt text eol=lf
2+
*.received.txt text eol=lf

0 commit comments

Comments
 (0)