This commit is contained in:
mewoocat 2026-01-13 00:42:11 -06:00
commit 5dff56daab
2 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ in {
tabstop = mkOption {
description = "Sets the tabstop size in spaces for .nix files";
type = nullOr null;
type = nullOr int;
default = null;
};