After another dispute within our company, we decided to take holivar to habr.
Actually, which of the code formatting options do you prefer to use?
I align code
foo = 'bar' habrahabr = 'Hello, world!'
')
I do not align the code
foo = 'bar' habrahabr = 'Hello, world!'
In the example the assignment of values appears, but the same applies to associative arrays, dictionaries, etc.