1 2 3 4 5 6 7 8 9
include = ["**/*.toml"] exclude = ["target/**"] [formatting] align_entries = false array_auto_expand = true column_width = 100 indent_string = " " reorder_keys = false