mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-02 19:58:51 +01:00
Change default tab width to 4
This commit is contained in:
parent
d96ee2261f
commit
4492d99556
@ -228,7 +228,7 @@ impl App {
|
|||||||
if output_components.plain() && paging_mode == PagingMode::Never {
|
if output_components.plain() && paging_mode == PagingMode::Never {
|
||||||
0
|
0
|
||||||
} else {
|
} else {
|
||||||
8
|
4
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
theme: self
|
theme: self
|
||||||
|
Loading…
Reference in New Issue
Block a user