From 0c15212f4f2389f743b17cb6ceff50f1f9267a1b Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:32 +0100 Subject: style: apply formatter drift across repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-existing whitespace/style drift caught by `just check`. Touch nothing semantic — pure formatter output (shfmt -i 2 -ci -s, ruff, prettier, taplo). Excludes dot_config/clangd/config.yaml whose manual indentation is intentionally preserved. --- dot_config/sway/executable_emoji-wofi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_config/sway/executable_emoji-wofi.sh') diff --git a/dot_config/sway/executable_emoji-wofi.sh b/dot_config/sway/executable_emoji-wofi.sh index 0633401..8d37240 100644 --- a/dot_config/sway/executable_emoji-wofi.sh +++ b/dot_config/sway/executable_emoji-wofi.sh @@ -3,5 +3,5 @@ # (U+1F3FB..U+1F3FF) before handing the emoji list to wofi. set -eu -LC_ALL=C.UTF-8 grep -vP '[\x{1F3FB}-\x{1F3FF}]' \ - | wofi --dmenu --prompt Emoji --style "$HOME/.config/wofi/style.css" +LC_ALL=C.UTF-8 grep -vP '[\x{1F3FB}-\x{1F3FF}]' | + wofi --dmenu --prompt Emoji --style "$HOME/.config/wofi/style.css" -- cgit v1.3.1