1# upstream files we should not format 2exclude = ["third_party/**", "tests/**"] 3 4[formatting] 5array_auto_collapse = false 6array_auto_expand = false 7align_comments = false 8column_width = 120 9indent_string = " "