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 some stricter rules around whitespace. #1456

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

tomprince
Copy link
Contributor

  • No trailing whitespace.
  • Always trailing new-lines.
  • No double spaces.
  • Limit number of consecutive blank lines (I found a couple of files
    with a screenful of empty lines).

This is partly selfish, as my editor and git are configured to
automatically remove trailing whitespace.

- No trailing whitespace.
- Always trailing new-lines.
- No double spaces.
- Limit number of consecutive blank lines (I found a couple of files
  with a screenful of empty lines).

This is partly selfish, as my editor and git are configured to
automaticaly remove trailing whitespace.
@iluha168
Copy link
Contributor

This is nice

@ThePansmith ThePansmith merged commit ee7cf77 into ThePansmith:main Jan 29, 2025
1 check passed
@tomprince tomprince deleted the fix-whitespace branch January 29, 2025 20:35
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.

3 participants