diff options
author | Robin Windey <ro.windey@gmail.com> | 2023-03-31 09:14:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 13:53:06 +0000 |
commit | dfa8a8c946c5eaec1b1fbfc413c9eb1b612ffab9 (patch) | |
tree | 93981b49ea05f16748ee9af33226682654bcd186 | |
parent | dfbd1fbe79fb8201257a6c52352042586100e41e (diff) | |
download | nextcloud-server-dfa8a8c946c5eaec1b1fbfc413c9eb1b612ffab9.tar.gz nextcloud-server-dfa8a8c946c5eaec1b1fbfc413c9eb1b612ffab9.zip |
Configure line ending to let shell scripts work in Windows ENV
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7f8fd14dd1d..baaf0e69fe0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /dist/* binary /package-lock.json merge=binary /core/css/*.css* binary +/.devcontainer/*.sh text eol=lf |