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

Add an EditorConfig config #5015

Merged
merged 1 commit into from
May 29, 2024
Merged

Add an EditorConfig config #5015

merged 1 commit into from
May 29, 2024

Conversation

sellout
Copy link
Contributor

@sellout sellout commented May 28, 2024

Overview

https://editorconfig.org/

This provides limited editor-agnostic style information.

Implementation notes

The only one I care about here is max_line_length, since Ormolu doesn’t manage that. It sets up my editor so that comments wrap at the expected place, and gives me a hint when expressions should be split.

The other values just seem like reasonable ones, but they can also be removed (and/or customized for particular file types).

https://editorconfig.org/

This provides limited editor-agnostic style information.

The only one I care about here is `max_line_length`, since Ormolu doesn’t manage
that. It sets up my editor so that comments wrap at the expected place, and
gives me a hint when expressions should be split.

The other values just seem like reasonable ones, but they can also be
removed (and/or customized for particular file types).
@aryairani aryairani merged commit f8e827d into unisonweb:trunk May 29, 2024
19 checks passed
@sellout sellout deleted the editorconfig branch June 21, 2024 12:48
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