fix(docker/rootless): CRLF issues on Windows

This commit is contained in:
Elian Doran 2025-05-27 19:57:18 +03:00
parent 02fc5214a3
commit c46d5cc9e9
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
end_of_line = lf
[{server,translation}.json]
charset = utf-8
end_of_line = lf

2
.gitattributes vendored
View File

@ -14,4 +14,6 @@ demo/**/*.txt eol=lf
demo/**/*.js eol=lf
demo/**/*.css eol=lf
*.sh eol=lf
apps/client/src/libraries/** linguist-vendored