#┌─────────────────────────────────────────────────────────────────────────────┐ #│ Pastry - A paste client │ #│ ======================= │ #│ File : pastry/rustfmt.toml │ #│ License: Mozilla Public License 2.0 │ #│ URL : https://gitlab.com/shivanandvp/pastry │ #│ Authors: │ #│ 1. shivanandvp │ #│ 2. │ #│ ----- │ #│ Description: │ #│ │ #│ Configuration in order to customize how rustfmt formats the Rust code │ #│ ----- │ #│ Last Modified: Mon, 20th December 2021 12:13:39 AM -06:00 │ #│ Modified By : │ #│ ----- │ #│ 1. Copyright (c) 2021 shivanandvp │ #│ 2. │ #└─────────────────────────────────────────────────────────────────────────────┘ format_code_in_doc_comments = true # force_multiline_blocks = true # combine_control_expr = false # wrap_comments = true # comment_width = 80 # use_small_heuristics = "Max"