Configure git to handle line endings automatically#1204
Open
jaitjacob wants to merge 5 commits intoquick-lint:masterfrom
Open
Configure git to handle line endings automatically#1204jaitjacob wants to merge 5 commits intoquick-lint:masterfrom
jaitjacob wants to merge 5 commits intoquick-lint:masterfrom
Conversation
strager
reviewed
Feb 25, 2024
Collaborator
|
I don't think this patch is working. I disabled my Git config to restore Git's defaults. I then cloned a fresh repo on my Windows machine with this branch. Then I followed the instructions to build quick-lint-js. (The change to |
strager
requested changes
Apr 27, 2024
Collaborator
strager
left a comment
There was a problem hiding this comment.
How did you test this patch? Maybe I'm confused about what it's supposed to be doing exactly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configure Git to handle line endings automatically with people who use different operating systems. The advantage of this is that your end of line configuration now travels with your repository and you don't need to worry about whether or not collaborators have the proper global settings.
Reference: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings#per-repository-settings