#┌─────────────────────────────────────────────────────────────────────────────┐ #│ PasteIt - A paste client │ #│ ======================== │ #│ File : pasteit/.gitlab-ci.yml │ #│ License: Mozilla Public License 2.0 │ #│ URL : https://gitlab.com/shivanandvp/pasteit │ #│ Authors: │ #│ 1. shivanandvp │ #│ 2. │ #│ ----- │ #│ Description: │ #│ │ #│ Configuration in order to customize how rustfmt formats the Rust code │ #│ ----- │ #│ Last Modified: Sat, 8th January 2022 4:18:33 PM -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"