From 103f515cd90c9c9680c18dda833615c29a2c0dd4 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Wed, 23 Sep 2026 17:44:23 +0200 Subject: [PATCH] format: blank-indent.nix --- config/plugins/blink-indent.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/plugins/blink-indent.nix b/config/plugins/blink-indent.nix index 89fb37f..99980bc 100644 --- a/config/plugins/blink-indent.nix +++ b/config/plugins/blink-indent.nix @@ -1,10 +1,10 @@ { ... }: { - plugins.guess-indent = { - enable = true; - settings = { - underline.enable = true; - static.enable = true; - }; + plugins.guess-indent = { + enable = true; + settings = { + underline.enable = true; + static.enable = true; }; + }; }