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

5 lines
133 B
Python

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