Actions
Feature #12929
closedternary should look ahead w/in a block (and not care about newlines)
Feature #12929:
ternary should look ahead w/in a block (and not care about newlines)
Description
foo = (bar ? 0 : 1) # works
foo = (bar ?
0 : 1) # works
foo = (bar
? 0
: 1) # doesn't work
Files
Actions