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

Use spaces everywhere #72

Open
Forty-Bot opened this issue Dec 27, 2021 · 0 comments
Open

Use spaces everywhere #72

Forty-Bot opened this issue Dec 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Forty-Bot
Copy link
Owner

Forty-Bot commented Dec 27, 2021

Python uses four-space indents. However, all the other files use eight-width tabs. This works OK for C, which tends not to be highly nested, but for HTML it can get really out of hand. Often HTML has six or more levels of indentation, not counting jinja directives which I typically don't indent. I think switching to four spaces is probably best, but two should be considered as well. This will unfortunately make git blame rather useless for converted files.

@Forty-Bot Forty-Bot added the enhancement New feature or request label Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant