briandk / gitvisualizations

A suite of visualization tools for analyzing files in git
http://briandk.com/codetimeline_demos/simulator/simulator.html
3 stars 3 forks source link

Use PEP 8 style guidelines #41

Open briandk opened 11 years ago

briandk commented 11 years ago

Including underscores for method names

briandk commented 11 years ago

Consider looking at PythonTidy: http://opensourcehacker.com/2012/11/29/clean-up-python-source-code-with-pythontidy-available-as-sublime-text-2-plugin-too/

briandk commented 11 years ago

Also, sublime linter, which might be more sensible since it highlights errors without correcting them: https://github.com/SublimeLinter/SublimeLinter

briandk commented 11 years ago

Also this: https://bitbucket.org/StephaneBunel/pythonpep8autoformat

briandk commented 11 years ago

This is just generally useful: https://github.com/mrmartineau/SublimeTextSetup

briandk commented 11 years ago

"RT @antdanilchenko #SublimeText plugin AutoPEP8. Select code and press Ctrl+8 to see what will change in diff. Then Ctrl+Shift+8 to apply"