aitorzip / VPilot

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.
GNU General Public License v3.0
144 stars 63 forks source link

Code style: Spaces instead of tabs #11

Closed dominikandreas closed 7 years ago

dominikandreas commented 7 years ago

I'd suggest using 4 spaces instead of a tab since it's the official standard for python code (PEP 8)

This would make it easier for others to change things and submit pull requests and prevents interpreter errors in the future (python 3 for example doesn't allow mixing tabs and spaces)

Thanks for your work, I really appreciate it!

aitorzip commented 7 years ago

Sure thing! I will redactor that in the next commit :)