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

fix: Use CRLF #14

Merged
merged 1 commit into from
Aug 15, 2024
Merged

fix: Use CRLF #14

merged 1 commit into from
Aug 15, 2024

Conversation

Frederick888
Copy link
Owner

@Frederick888 Frederick888 commented Aug 14, 2024

Changes

a15970d fix: Use CRLF

When editing PRs in GitHub web, PR bodies use CRLF. But since gh-cli
doesn't convert body inputs from LF to CRLF, this can lead to mixed
LF/CRLF.

Ideally we identify what a PR currently uses (if it was submitted via
CLI or web), but simply using CRLF across the board isn't too bad
either. Most modern text editors can handle both anyway.

[1] actions/runner#1462

Checklist

  • I have rebased my branch so that it has no conflicts

  • Commit messages are compliant with Conventional Commits

Is this a breaking change?

No

@Frederick888 Frederick888 force-pushed the crlf branch 2 times, most recently from 76764c9 to 210a798 Compare August 14, 2024 15:32
When editing PRs in GitHub web, PR bodies use CRLF. But since gh-cli
doesn't convert body inputs from LF to CRLF, this can lead to mixed
LF/CRLF.

Ideally we identify what a PR currently uses (if it was submitted via
CLI or web), but simply using CRLF across the board isn't too bad
either. Most modern text editors can handle both anyway.

[1] actions/runner#1462
@Frederick888 Frederick888 merged commit 0dcbd0d into master Aug 15, 2024
4 checks passed
@Frederick888 Frederick888 deleted the crlf branch August 15, 2024 03:02
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.

1 participant