Browse Source

Configure line ending to let shell scripts work in Windows ENV

Signed-off-by: GitHub <noreply@github.com>
Robin Windey 1 year ago
parent
commit
dfa8a8c946
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -1,3 +1,4 @@
 /dist/* binary
 /package-lock.json merge=binary
 /core/css/*.css* binary
+/.devcontainer/*.sh text eol=lf