Skip to content

Commit 2c6cf33

Browse files
Fix line endings for shell scripts
Ensure that shell scripts use LF line endings, otherwise the docker compose tests fail when run on a Windows machine.
1 parent 98bbdef commit 2c6cf33

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)