Options for list, tuple, and set literals in Code Style settings?
In the Editor > Code Style > Python settings, I see options for Dictionary literals (specifically, to insert newline after '{' and before '}') but I do not see similar options for list, tuple, or set literals. Is there any way to get similar behavior for all of these literals, or more generally to get similar behavior for all parens, brackets, and braces?
Please sign in to leave a comment.