-
Notifications
You must be signed in to change notification settings - Fork 316
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
[RFC] boring stuff: add linter + formatter #30
Comments
qdbp
changed the title
[RFC] boring stuff: add linter
[RFC] boring stuff: add linter + formatter
Oct 7, 2024
Hey @qdbp I would like to work on this issue if it's open for contribution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this is now a multi-contributor project I think moving to a standard code format style would be nice. living in fear of accidentally running
lsp.buf.format
is not fun. would a PR to add standard formatting be well received?Specifically I'm thinking of:
ruff format
(lw 100, 120) @xjdr-alt can dictate?my objective is to make sure that we avoid "researcher code" tarpit mode which imho is the fastest way to grind iteration to a halt
The text was updated successfully, but these errors were encountered: