vit-project / vit

VIT is a lightweight, fast, curses-based front end to Taskwarrior
MIT License
492 stars 51 forks source link

Fix inconsistent indentations #310

Closed RonMcKay closed 3 years ago

RonMcKay commented 3 years ago

Some large code blocks had 2 space indentations (or were indented too far) instead of 4 space indentations as in the rest of the code base. Fixed that to be more consistent.

Is there some kind of coding style guideline for contributions or are there any thougts on adhering to an official style like pep8 e.g.?