We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max_term_width
1 parent 530f3f7 commit 95bc571Copy full SHA for 95bc571
1 file changed
src/main.rs
@@ -40,7 +40,8 @@ struct FormatterOutput {
40
/// https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html
41
#[clap(
42
// Use the version number directly from Cargo.toml at compile time
43
- version = env!("CARGO_PKG_VERSION")
+ version = env!("CARGO_PKG_VERSION"),
44
+ max_term_width = 120
45
)]
46
struct Args {
47
/// The GDScript file(s) to format. If no file paths are provided, the
0 commit comments