1 2 3 4 5 6 7 8 9 10 11
# Use spaces instead of tabs for indentation hard_tabs = false # Number of spaces per tab tab_spaces = 4 # Max width of each line max_width = 100 # Format imports reorder_imports = true