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 .editorconfig #197

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Add .editorconfig #197

merged 1 commit into from
Oct 19, 2023

Conversation

hackaugusto
Copy link
Contributor

@hackaugusto hackaugusto commented Oct 19, 2023

Describe your changes

Codified the 100 characters line-width describe here

This configuration is picked up automatically by several editors.

The setting for max_line_length is not as widely supported. But it does include some major tools (emacs/vim/atom/intelij/prettier).

I have not verified the above claims.

Examples from the rust community:

https://github.com/rust-lang/rust-clippy/blob/master/.editorconfig
https://github.com/rust-lang/rust/blob/master/.editorconfig

If this is accepted I can add to the other repos too

@hackaugusto hackaugusto requested a review from bobbinth October 19, 2023 18:28
@hackaugusto hackaugusto marked this pull request as ready for review October 19, 2023 18:29
Copy link
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you!

@hackaugusto hackaugusto merged commit 52752a9 into next Oct 19, 2023
@hackaugusto hackaugusto deleted the hacka-editorconfig branch October 19, 2023 18:39
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