filetype no work

This commit is contained in:
mewoocat 2025-12-24 11:20:58 -06:00
commit 8d8f9dd794
3 changed files with 7 additions and 7 deletions

View file

@ -112,7 +112,7 @@ in {
indentSize = mkOption {
description = "Sets the indent size in spaces for .nix files";
type = int;
default = 2;
default = 10;
};
};