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

Support .editorconfig for formatting #32

Open
xPaw opened this issue Sep 16, 2024 · 1 comment
Open

Support .editorconfig for formatting #32

xPaw opened this issue Sep 16, 2024 · 1 comment

Comments

@xPaw
Copy link

xPaw commented Sep 16, 2024

Specifically changing to tabs and the indent size:

indent_style = tab
indent_size = 4

These would be also nice to have:

end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
@rben01
Copy link

rben01 commented Sep 18, 2024

Would also be nice to expose these as extension/plugin settings for the various supported editors.

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

2 participants