Skip to content

Commit d3ace8a

Browse files
authored
The script executables should be LF so they can be edited on Windows (atom#21426)
1 parent 6333223 commit d3ace8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ spec/fixtures/sample.txt text eol=lf
1515

1616
# Windows bash scripts are also Unix LF endings
1717
*.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

Comments
 (0)