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 eb2f634 commit 42eb6b0Copy full SHA for 42eb6b0
1 file changed
.gitattributes
@@ -34,6 +34,9 @@ Lib/test/xmltestdata/* noeol
34
Lib/venv/scripts/common/activate text eol=lf
35
Lib/venv/scripts/posix/* text eol=lf
36
37
+# Prevent GitHub's web conflict editor from converting LF to CRLF
38
+*.rst text eol=lf
39
+
40
# CRLF files
41
[attr]dos text eol=crlf
42
0 commit comments