Skip to content

Commit

Permalink
Update options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nil authored Jan 4, 2025
1 parent a43eef1 commit 05906a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ pub enum Verbosity {

#[derive(Deserialize, Serialize, Clone, Debug, PartialEq)]
pub struct WidthHeuristics {
// Maximum width of the args of a function call before falling back
// to vertical formatting.
// Maximum width of the args of a function call (or tuple constructor) before
// falling back to vertical formatting.
pub(crate) fn_call_width: usize,
// Maximum width of the args of a function-like attributes before falling
// Maximum width of the args of a function-like attribute before falling
// back to vertical formatting.
pub(crate) attr_fn_like_width: usize,
// Maximum width in the body of a struct lit before falling back to
Expand Down

0 comments on commit 05906a2

Please sign in to comment.