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/yazi/yazi.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'dot_config/yazi/yazi.toml') diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml index 128c06c..4cac20e 100644 --- a/dot_config/yazi/yazi.toml +++ b/dot_config/yazi/yazi.toml @@ -7,17 +7,13 @@ title_format = "Yazi: {cwd}" # Override the default `open` opener so xdg-open is detached from yazi # (otherwise yazi treats the viewer as an unfinished task and prompts on quit). [opener] -open = [ - { run = 'xdg-open "$@"', desc = "Open", orphan = true }, -] -view-md = [ - { run = 'okular "$@"', desc = "View with Okular", orphan = true }, -] +open = [{ run = 'xdg-open "$@"', desc = "Open", orphan = true }] +view-md = [{ run = 'okular "$@"', desc = "View with Okular", orphan = true }] # Open markdown with okular directly (bypasses xdg-open / mimeapps). [open] prepend_rules = [ - { name = "*.md", use = "view-md" }, - { name = "*.markdown", use = "view-md" }, + { name = "*.md", use = "view-md" }, + { name = "*.markdown", use = "view-md" }, { mime = "text/markdown", use = "view-md" }, ] -- cgit v1.3.1