From 3e59b0c2d799dcd8ef25b3257770ca5beebf6c24 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 23 Jun 2026 21:26:15 +0200 Subject: use tabs instead of spaces --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e3c6722..182fe58 100644 --- a/flake.nix +++ b/flake.nix @@ -278,6 +278,7 @@ cursorline = true; # Highlight current line background & line number list = true; listchars = "tab:⇥·,trail:␠,nbsp:⎵"; # eol:⏎,,space:␣"; # Show hidden chars with list + expandtab = false; # Use tabs, not spaces for indentation }; # ┌─────┐ -- cgit v1.3.1