moxie0 / Convergence

An agile, distributed, and secure alternative to the Certificate Authority system.
http://convergence.io
623 stars 127 forks source link

Indentation and linebreaks #90

Closed andersosthus closed 12 years ago

andersosthus commented 12 years ago

Hi,

Not sure if you're following any coding standards, but I've replaced some tabs with double space, and did some line splitting to try be under 80 chars/line.

Do you want code tidies like this in the future as well or? I tend to do stuff like this before I even try to hack on the code :)

ewanm89 commented 12 years ago

Most the server side python we mostly stick to python style standards, the local javascript client isn't so controlled. Personally I don't like 80 column limiting, we no longer use 80 column wide ascii only terminals, but fancy widescreen monitors, even text consoles on most non widescreen monitors are seldom 80 characters wide these days. Also the javascript code is for extensions for firefox, a gui application not an 80 char text console application.