You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments