add config "filesize_metric = true" for default formatting of filesize (#3045)

This commit is contained in:
Saeed Rasooli
2021-02-11 12:22:34 +03:30
committed by GitHub
parent aa564f5072
commit 041086d22a
2 changed files with 23 additions and 9 deletions

View File

@ -1,4 +1,5 @@
filesize_format = "B" # can be b, kb, kib, mb, mib, gb, gib, etc
filesize_metric = true # true => (KB, MB, GB), false => (KiB, MiB, GiB)
skip_welcome_message = true
disable_table_indexes = false
nonzero_exit_errors = true