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