Skip to content

Commit aabae16

Browse files
committed
fix: properly configuring lf eol management on .gitattributes, #4613
1 parent ba81886 commit aabae16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
legacy/* linguist-vendored
2-
* text=lf
2+
# Enforcing 'lf' eol mainly for:
3+
# - 'stx-genesis' package, where txt files need hash computation and comparison
4+
# - 'clarity' package, where clariy language is sentitive to line endings for .clar files
5+
# anyhow, setting eol for all text files to have an omegeneous management over the whole code base
6+
* text eol=lf

0 commit comments

Comments
 (0)