git.delta.rocks / jrsonnet / refs/commits / bb6d643f4d85

difftreelog

fix use vanilla default for line-padding

Лач2020-07-24parent: #56c40a9.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-cli/src/manifest.rsdiffbeforeafterboth
37 string: bool,37 string: bool,
38 /// Numbed of spaces to pad output manifest with.38 /// Numbed of spaces to pad output manifest with.
39 /// 0 for hard tabs, -1 for single line output39 /// 0 for hard tabs, -1 for single line output
40 #[clap(long, default_value = "4")]40 #[clap(long, default_value = "3")]
41 line_padding: usize,41 line_padding: usize,
42}42}
43impl ConfigureState for ManifestOpts {43impl ConfigureState for ManifestOpts {