Skip to content

Instantly share code, notes, and snippets.

View mbrookhart's full-sized avatar

Matthew Brookhart mbrookhart

  • Salt Lake City, UT
View GitHub Profile
[style]
# Align closing bracket with visual indentation.
align_closing_bracket_with_visual_indent=True
# Allow dictionary keys to exist on multiple lines. For example:
#
# x = {
# ('this is the first element of a tuple',
# 'this is the second element of a tuple'):
# value,