Skip to content

Commit cf14d81

Browse files
committed
chore: add .gitattributes for line ending normalization
1 parent 1000a06 commit cf14d81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ensure all files use LF endings
2+
* text=auto eol=lf
3+
4+
# Mark .lockb files as binary
5+
*.lockb binary

0 commit comments

Comments
 (0)