Re: allow line break at operators

2011-08-10 Thread Michael Trausch
Perhaps it could be made an optional thing to enable; for example, some languages by default do dynamic typing, but with an option contained as the first statement of the file can enforce static typing. On Aug 10, 2011 10:57 PM, "Yingjie Lan" wrote: > :And if we require {} then truly free indentat

Re: allow line break at operators

2011-08-10 Thread Michael Trausch
more. >>> >>> Of course, but not the case with ';'. Currently ';' is optional in Python, >>> But '{' is used for dicts. Clearly, ';' and '{' are different in >>> magnitude. >>> >>> So the decisio