Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .gitattributes to use LF endings for *.sh #292

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

glennmusa
Copy link
Contributor

Description

Update the .gitattributes in the repo to treat all BASH scripts with LF endings so that wherever someone clones the repository, when the .devcontainer interacts with these files, they'll be executable.

The issue this PR will close: #291

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles or validates correctly
  • BASH scripts have been validated using shellcheck
  • All tests pass (manual and automated)
  • The documentation is updated to cover any new or changed features
  • Markdown files have been linted using the recommended linter. (See .vscode/extensions.json.)
  • Relevant issues are linked to this PR

@glennmusa
Copy link
Contributor Author

+@dennispayne

@glennmusa glennmusa enabled auto-merge (squash) July 13, 2021 20:34
@glennmusa glennmusa merged commit fb166ea into main Jul 13, 2021
@glennmusa glennmusa deleted the glennmusa/lfendings branch July 13, 2021 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scripts are not executable when cloned into hosts that use CRLF endings
2 participants