Skip to content

Commit

Permalink
Change table_show_empty default value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLebedev committed Mar 8, 2023
1 parent 34612a3 commit aef8579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-protocol/src/config.rs
Expand Up @@ -107,7 +107,7 @@ impl Default for Config {
Config {
filesize_metric: false,
table_mode: "rounded".into(),
table_show_empty: true,
table_show_empty: false,
external_completer: None,
use_ls_colors: true,
color_config: HashMap::new(),
Expand Down

0 comments on commit aef8579

Please sign in to comment.