John G
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
John G created a post, Incorrect continuation indent for single line assignment
With a long assignment e.g that goes over the max line limit. this_is_a_long_variable = (long_x == long_y) We get the following formatted codethis_is_a_long_variable = ( long_x == l...