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

Set up editor config #456

Open
doug-wade opened this issue Aug 26, 2023 · 0 comments
Open

Set up editor config #456

doug-wade opened this issue Aug 26, 2023 · 0 comments

Comments

@doug-wade
Copy link
Owner

I really like the idea of editorconfig, and I use the GitHub text editor to draft quick prs on the go. I think we should add a .editorconfig with some rules from the repo. Here's their documentation https://editorconfig.org/ if you want to find out more.

I think we can start with the config:

[*]
indent_style: space
indent_size: 4
charset: utf-8
trim_trailing_whitespace: true
insert_final_newline: true
max_line_length: 120
@doug-wade doug-wade added the good first issue Good for newcomers label Aug 26, 2023
@doug-wade doug-wade removed the good first issue Good for newcomers label Jan 11, 2024
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

No branches or pull requests

1 participant