We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba81886 commit aabae16Copy full SHA for aabae16
.gitattributes
@@ -1,2 +1,6 @@
1
legacy/* linguist-vendored
2
-* text=lf
+# 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