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

Change EOL to auto in prettier config #1237

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

dank074
Copy link
Contributor

@dank074 dank074 commented Nov 20, 2024

Finally figured out why prettier was going crazy when we ran it on Windows. Seems they changed the default eol config in v2.0

End of Line
First available in v1.15.0, default value changed from auto to lf in v2.0.0

The repository .gitattributes is configured to use auto eol so it will use CRLF on windows and LF on linux.
This PR configures prettier to do the same

@MaddyUnderStars MaddyUnderStars merged commit dd52fbf into spacebarchat:master Nov 20, 2024
3 checks passed
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.

2 participants