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 6333223 commit d3ace8aCopy full SHA for d3ace8a
.gitattributes
@@ -15,3 +15,13 @@ spec/fixtures/sample.txt text eol=lf
15
16
# Windows bash scripts are also Unix LF endings
17
*.sh eol=lf
18
+
19
+# The script executables should be LF so they can be edited on Windows
20
+script/bootstrap text eol=lf
21
+script/build text eol=lf
22
+script/cibuild text eol=lf
23
+script/clean text eol=lf
24
+script/lint text eol=lf
25
+script/postprocess-junit-results text eol=lf
26
+script/test text eol=lf
27
+script/verify-snapshot-script text eol=lf
0 commit comments