Forty-Bot / trends.tf

Team Fortress 2 Stats and Trends
https://trends.tf
Other
14 stars 2 forks source link

Use spaces everywhere #72

Open Forty-Bot opened 2 years ago

Forty-Bot commented 2 years ago

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.