Skip to content

Commit ec554f9

Browse files
[infra] Fix line endings for shell scripts (#6309)
1 parent 9ecf6b7 commit ec554f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ indent_size = 2
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true
1212

13+
[*.sh]
14+
end_of_line = lf
15+
1316
[*.{cs,cshtml,htm,html,md,py,sln,xml}]
1417
indent_size = 4
1518

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh eol=lf

0 commit comments

Comments
 (0)