# mbake configuration file [formatter] # Indentation settings use_tabs = true tab_width = 2 # Spacing settings space_around_assignment = true space_before_colon = false space_after_colon = true # Line continuation settings normalize_line_continuations = true max_line_length = 100 # PHONY settings group_phony_declarations = false phony_at_top = false auto_insert_phony_declarations = false # General settings remove_trailing_whitespace = true ensure_final_newline = true normalize_empty_lines = true max_consecutive_empty_lines = 2 # Global settings debug = false verbose = false