Files
openide/python/testData/formatter/hangingIndentInKeyValuePair_after.py

6 lines
59 B
Python

example = {'breakfast': {
'eggs': 1,
'spam': 2
}
}