Skip to content

Commit 95bc571

Browse files
fstxzNathanLovato
andauthored
Set max_term_width to 120 (#128)
* Set `max_term_width` to 80 * Update src/main.rs --------- Co-authored-by: Nathan GDQuest <nathan@gdquest.com>
1 parent 530f3f7 commit 95bc571

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ struct FormatterOutput {
4040
/// https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html
4141
#[clap(
4242
// Use the version number directly from Cargo.toml at compile time
43-
version = env!("CARGO_PKG_VERSION")
43+
version = env!("CARGO_PKG_VERSION"),
44+
max_term_width = 120
4445
)]
4546
struct Args {
4647
/// The GDScript file(s) to format. If no file paths are provided, the

0 commit comments

Comments
 (0)