From 10fc2f58cb245e1e84dd1dcd849e35b19bd2eb16 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 13 Aug 2024 14:26:55 +0200 Subject: [PATCH] chore(wezterm): reformat file --- config/wezterm/wezterm.lua | 57 +++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index 53f4547..a597d81 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -9,7 +9,20 @@ end config.font = wezterm.font_with_fallback({ { 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", italic = false, }, @@ -29,7 +42,19 @@ config.font_rules = { weight = "ExtraLight", stretch = "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", stretch = "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", stretch = "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", + }, }, }), },