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

style(bindings): fix indent & line endings #3284

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ObserverOfTime
Copy link
Member

@ObserverOfTime ObserverOfTime commented Apr 12, 2024

This makes those files consistent with the core codebase and the generated parser.c which use 2 spaces.

However, most scanners tend to use 4 spaces from what I can tell.
Anyone who wants 4 spaces can add this to the end of .editorconfig:

[src/parser.c]
indent_size = 2

Can be squashed.

@ObserverOfTime ObserverOfTime added this to the 0.22 milestone Apr 12, 2024
@ObserverOfTime ObserverOfTime changed the title style(bindings): change c indent to 2 spaces style(bindings): fix indent & line endings Apr 30, 2024
@ObserverOfTime ObserverOfTime modified the milestones: 0.22, 0.23 May 5, 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

Successfully merging this pull request may close these issues.

None yet

1 participant