Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c46d5cc

Browse files
committed
fix(docker/rootless): CRLF issues on Windows
1 parent 02fc521 commit c46d5cc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11+
[*.sh]
12+
end_of_line = lf
13+
1114
[{server,translation}.json]
1215
charset = utf-8
1316
end_of_line = lf

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ demo/**/*.txt eol=lf
1414
demo/**/*.js eol=lf
1515
demo/**/*.css eol=lf
1616

17+
*.sh eol=lf
18+
1719
apps/client/src/libraries/** linguist-vendored

0 commit comments

Comments
 (0)