grr, fuggin' yaml. I get that it's way easier for Normal People to use but, like Python, I can't goddamn auto-indent and so it's actually far more of a pain in the butt to use.
@dconley weird, I haven't had any real issues in python. can you describe what you're running into?
@nergdron Say you have this code:
i = 0
while i < 10:
i += 1
print "hello!"
Is the print statement in the while or not?
@nergdron it has the same problem. I probably wasn’t making much sense, and can be safely ignored.
In this house we use curly braces, I guess is my summation 😜