Skip to content

Commit 96c7ec1

Browse files
committed
Don't force CR LF normalization in .gitattributes
Nowadays all systems can deal with LF-only files (perhaps with some rare exceptions, not affecting SOCI) and there is no need to force normalization in the repository itself -- people who need it can always enable it in their global Git config.
1 parent fc29f3b commit 96c7ec1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitattributes

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Auto detect text files and perform LF normalization
2-
* text=auto
3-
41
*.bash eol=lf
52
*.env eol=lf
63
*.sh eol=lf

0 commit comments

Comments
 (0)