forked from extern/nushell
Revert "Hide 7925" (#8500)
Revert nushell/nushell#8359 Turn `[empty list]` on by default again
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user