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 #6

Open
nelsonreitz opened this issue Apr 27, 2021 · 0 comments
Open

Add .editorconfig #6

nelsonreitz opened this issue Apr 27, 2021 · 0 comments
Labels

Comments

@nelsonreitz
Copy link

Something like the example below would help with unnecessary headaches where the user has other editor settings.

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@nelsonreitz nelsonreitz added the type: New feature undefined label Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant