Skip to content

Conversation

@Kissaki
Copy link
Contributor

@Kissaki Kissaki commented Jan 25, 2026

#5311 introduced these settings.

The .gitattributes configures text=auto. This means text files will use, unless already committed differently in the repo, auto-convert line endings.

My VS created mixed line endings even when duplicating existing lines.

For now, revert the EOL configuration to restore previous behavior consistent to the gitattributes configuration.

IMO, it would be preferable to use intentional EOL configuration without depending on auto-conversion, which has complex conditions and is error-prone. But this change does not do that (yet).

The `.gitattributes` configures `text=auto`. This means text files will use, unless already committed differently in the repo, auto-convert line endings.

My VS created mixed line endings even when duplicating existing lines.

For now, revert the EOL configuration to restore previous behavior consistent to the gitattributes configuration.

IMO, it would be preferable to use intentional EOL configuration without depending on auto-conversion, which has complex conditions and is error-prone.
But this change does not do that (yet).
@github-actions github-actions bot added the config:editorconfig ".editorconfig" is updated (auto-generated by labeler action) label Jan 25, 2026
@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@madskristensen madskristensen merged commit 3a73d65 into SchemaStore:master Jan 26, 2026
5 checks passed
@madskristensen
Copy link
Contributor

Thanks

@Kissaki Kissaki deleted the misc/editorconfig-eol branch January 26, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config:editorconfig ".editorconfig" is updated (auto-generated by labeler action)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants