Skip to content

Commit

Permalink
Revert "Hide 7925 (nushell#8359)"
Browse files Browse the repository at this point in the history
This reverts commit d31a51e.
  • Loading branch information
NotLebedev committed Mar 17, 2023
1 parent eb2e2e6 commit 788ce09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: false,
table_show_empty: true,
external_completer: None,
use_ls_colors: true,
color_config: HashMap::new(),
Expand Down
1 change: 1 addition & 0 deletions crates/nu-utils/src/sample_config/default_config.nu
Expand Up @@ -187,6 +187,7 @@ let-env config = {
table: {
mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
index_mode: always # "always" show indexes, "never" show indexes, "auto" = show indexes when a table has "index" column
show_empty: true # show 'empty list' and 'empty record' placeholders for command output
trim: {
methodology: wrapping # wrapping or truncating
wrapping_try_keep_words: true # A strategy used by the 'wrapping' methodology
Expand Down

0 comments on commit 788ce09

Please sign in to comment.