Skip to content

Remove .editorconfig #277

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

Merged
merged 1 commit into from
Apr 1, 2025
Merged

Remove .editorconfig #277

merged 1 commit into from
Apr 1, 2025

Conversation

brunnre8
Copy link
Contributor

The .editorconfig only contains a single setting,
overriding line endings for go files to CRLF.

The go files in the repo are checked in with the
go fmt defaults of LF endings though.

On editors that respect .editorconfig, the misconfiguration implies that on every save all line endings get converted to CRLF which is undesired, given the state of the repo.

The .editorconfig only contains a single setting,
overriding line endings for go files to CRLF.

The go files in the repo are checked in with the
go fmt defaults of LF endings though.

On editors that respect .editorconfig, the misconfiguration
implies that on every save all line endings get converted to CRLF
which is undesired, given the state of the repo.
@LyricTian LyricTian merged commit bb6e415 into go-oauth2:master Apr 1, 2025
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