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 line-endings conflict between prettier and git #1015

Merged
merged 1 commit into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. fix line-endings conflict between prettier and git

    The git attribute normalizes line endings for checkout and pushing depending on
    the user's OS.
    See https://git-scm.com/docs/gitattributes#_end_of_line_conversion
    
    The prettier config does the same, so the working directory is not polluted when
    running prettier.
    https://prettier.io/docs/en/options#end-of-line
    Vankog committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ccab821 View commit details
    Browse the repository at this point in the history