chore(wezterm): reformat file

This commit is contained in:
Stefan Imhoff
2024-08-13 14:26:55 +02:00
parent f4e8350ed9
commit 10fc2f58cb

View File

@@ -9,7 +9,20 @@ end
config.font = wezterm.font_with_fallback({ config.font = wezterm.font_with_fallback({
{ {
family = "Monaspace Neon", family = "Monaspace Neon",
harfbuzz_features = { "calt=1", "clig=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=1", "ss08=1" }, harfbuzz_features = {
"calt=1",
"clig=1",
"liga=1",
"dlig=1",
"ss01=1",
"ss02=1",
"ss03=1",
"ss04=1",
"ss05=1",
"ss06=1",
"ss07=1",
"ss08=1",
},
weight = "Regular", weight = "Regular",
italic = false, italic = false,
}, },
@@ -29,7 +42,19 @@ config.font_rules = {
weight = "ExtraLight", weight = "ExtraLight",
stretch = "Normal", stretch = "Normal",
style = "Normal", style = "Normal",
harfbuzz_features = { "calt=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=0", "ss08=1" }, harfbuzz_features = {
"calt=1",
"liga=1",
"dlig=1",
"ss01=1",
"ss02=1",
"ss03=1",
"ss04=1",
"ss05=1",
"ss06=1",
"ss07=0",
"ss08=1",
},
}, },
}), }),
}, },
@@ -43,7 +68,19 @@ config.font_rules = {
weight = "Light", weight = "Light",
stretch = "Normal", stretch = "Normal",
style = "Normal", style = "Normal",
harfbuzz_features = { "calt=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=0", "ss08=1" }, harfbuzz_features = {
"calt=1",
"liga=1",
"dlig=1",
"ss01=1",
"ss02=1",
"ss03=1",
"ss04=1",
"ss05=1",
"ss06=1",
"ss07=0",
"ss08=1",
},
}, },
}), }),
}, },
@@ -57,7 +94,19 @@ config.font_rules = {
weight = "Light", weight = "Light",
stretch = "Normal", stretch = "Normal",
style = "Normal", style = "Normal",
harfbuzz_features = { "calt=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=0", "ss08=1" }, harfbuzz_features = {
"calt=1",
"liga=1",
"dlig=1",
"ss01=1",
"ss02=1",
"ss03=1",
"ss04=1",
"ss05=1",
"ss06=1",
"ss07=0",
"ss08=1",
},
}, },
}), }),
}, },