mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-19 12:26:38 +02:00
Change default tab width to 4
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user