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

Change spaces used for indentation into tabs #415

Merged
merged 1 commit into from
Nov 24, 2019

Conversation

kueblc
Copy link
Collaborator

@kueblc kueblc commented Nov 24, 2019

Resolves #28, supersedes #330

This brings consistency to the entire project, where much of the existing code already used tabs.

Tabs are a natural choice for indentation. It's semantic, one character per one indent. It's easy to adjust. It's easy to recognize indentation errors where indentation is significant (ie, Python). Especially for this last reason I feel this is one place where PEP8 has made a grave mistake.

Note that this PR is not to debate tabs vs spaces nor PEP8, as maintainer we are decidedly tabs. Comments reserved for reporting missed conversions, regressions, or conflicts.

@kueblc
Copy link
Collaborator Author

kueblc commented Nov 24, 2019

Merging early to minimize potential future merge conflicts

@kueblc kueblc merged commit eb92c84 into ct-Open-Source:development Nov 24, 2019
@pfeerick
Copy link

And how many bytes were 'saved' by this commit? 🤣

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.

2 participants