1 2 3 4 5 6 7 8 9 10 11
# Keep in sync with .editorconfig max_width = 100 tab_spaces = 2 hard_tabs = false format_strings = true wrap_comments = true imports_granularity = "Crate" group_imports = "StdExternalCrate"