Skip to content

Commit a2e95be

Browse files
committed
chore: normalize line endings to LF via .gitattributes
1 parent a3fca40 commit a2e95be

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# Auto detect text files and perform LF normalization
1+
* text=auto eol=lf
2+
src/**/* text eol=lf
3+
docs/**/* text eol=lf
4+
.github/**/* text eol=lf
5+
.husky/* text eol=lf
6+
.gitattributes text eol=lf# Auto detect text files and perform LF normalization
27
* text=auto

0 commit comments

Comments
 (0)