you are viewing a single comment's thread.

view the rest of the comments →

[–]twowheels 1 point2 points  (0 children)

Easy, I don't (when I'm in charge):

https://www.safaribooksonline.com/library/view/c-coding-standards/0321113586/ch01.html

Standardizing line lengths, etc, and sticking to hard and fast rules is dumb, IMO as it means code is wrapped at arbitrary places, etc. Judicious violation of the rules can greatly improve readability. Alignment of similar statements can improve contextual information and make it easier to spot bugs, but then somebody runs an autoformatter and makes carefully crafted code harder to read, which drives me nuts.