mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
48 stars 9 forks source link

Space after semicolons #22

Closed sole closed 10 years ago

sole commented 10 years ago

Python is very enforcing of white space in general but there are still some places such as object definitions where spaces are missing after the semicolon, but not always. This is ugly.

nicola commented 10 years ago

All that has to be changed into a more open form (my way)

nicola commented 10 years ago

Fixed 6f39f6d632c2d4e1f439a38228b756c808e65796

fwenzel commented 10 years ago

In Python, you can run a linter that'll yell at you if you make such mistakes. Ask in #webdev what the kids use nowadays. flake8 maybe?

nicola commented 10 years ago

Oh nice! Thanks for this.— Typed with hands

On Fri, Jul 25, 2014 at 8:45 AM, Fred Wenzel notifications@github.com wrote:

In Python, you can run a linter that'll yell at you if you make such mistakes. Ask in #webdev what the kids use nowadays. flake8 maybe?

Reply to this email directly or view it on GitHub: https://github.com/mozilla/fireplay-sublime/issues/22#issuecomment-50167159