Since there's no language tag, that poll is a little bit biased, since the examples and the answers don't match all languages.
For example, I do force consistent spacing (hence I should click Yes), but the consistent spacing in the languages I use these days (Python and Go) are to not put spaces after the opening bracket and before the closing bracket). So my answer would be {'answer': 'yes'}
go fmt would automatically remove those extra space (hence forcing consistent spacing, consistently matching your 'Not' consistent choice. Same goes for Python's PEP8 rules (E201 and E202), as well as Google's Python guidelines.
Long story short: I didn't knew which answer I should have clicked, and you might expect same confusion from non-js users.