style(wezterm): reformat

This commit is contained in:
winston 2022-12-05 10:51:15 +01:00
parent 1877fb07ec
commit d886ede607
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -353,7 +353,7 @@ return {
tab_max_width = 32, tab_max_width = 32,
-- window -- window
window_decorations = "RESIZE", window_decorations = "RESIZE",
window_background_opacity = 0.85, window_background_opacity = 0.95,
window_padding = { window_padding = {
left = 0, left = 0,
right = 0, right = 0,
@ -379,5 +379,5 @@ return {
max_fps = 240, max_fps = 240,
-- scrollbar, currently hidden by default, but better make sure -- scrollbar, currently hidden by default, but better make sure
enable_scroll_bar = false, enable_scroll_bar = false,
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = false,
} }