Skip to content

Commit 77abb8c

Browse files
committed
chore: add .gitattributes to enforce LF for env files
1 parent d99dba2 commit 77abb8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ensure environment files use LF line endings
2+
.env text eol=lf
3+
.env.example text eol=lf

0 commit comments

Comments
 (0)