Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoBrace Stylesh.itjust.worksimagemessage-square41fedilinkarrow-up135arrow-down10
arrow-up135arrow-down1imageBrace Stylesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square41fedilink
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up0·1 year agoI thought python allowed whatever indentation you wanted as long as it’s consistent?
minus-squareFillicia@sh.itjust.workslinkfedilinkarrow-up1·1 year agopep8 calls for 4 space but it is a guidance not a rule. Google internal style guide recommend(ed?) 2 spaces to accomodate the line length limit.
I thought python allowed whatever indentation you wanted as long as it’s consistent?
pep8 calls for 4 space but it is a guidance not a rule.
Google internal style guide recommend(ed?) 2 spaces to accomodate the line length limit.