We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c75f9b commit 4969642Copy full SHA for 4969642
1 file changed
ci/sembr/src/main.rs
@@ -15,7 +15,7 @@ struct Cli {
15
/// Modify files that do not comply
16
overwrite: bool,
17
/// Applies to lines that are to be split
18
- #[arg(long, default_value_t = 100)]
+ #[arg(long, default_value_t = 80)]
19
line_length_limit: usize,
20
}
21
0 commit comments