Skip to content

Code Style

James Dunn edited this page Sep 21, 2017 · 2 revisions

Do not use tabs

The upstream Udacity master repository uses 4 space indentation. Please be sure to set the preferences on your editor of choice to replace tabs with spaces.

Potential coding standard:

https://www.pylint.org/

Clone this wiki locally