wezterm: fmt config
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2024-01-24 05:15:12 -05:00
parent 7881bfd9e7
commit 7f5912f3a8
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -15,12 +15,7 @@ local config = {
text_background_opacity = 1.0,
enable_tab_bar = false,
color_scheme = 'tokyonight',
window_padding = {
top = 20,
bottom = 20,
left = 20,
right = 20
}
window_padding = {top = 20, bottom = 20, left = 20, right = 20}
}
return config