From ac2532ad00e5401da3f17a52f6a5bacca70380b4 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Thu, 16 Jul 2026 10:13:49 +0200 Subject: [PATCH] feat(opts): change space to tab for indentation --- config/opts.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/opts.nix b/config/opts.nix index 4ceb43c..d9972ef 100644 --- a/config/opts.nix +++ b/config/opts.nix @@ -12,6 +12,7 @@ smartcase = true; ignorecase = true; termguicolors = true; + expandtab = false; gdefault = true; cursorlineopt = "both"; };