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

@ -208,7 +208,7 @@ in {
})
(setLanguageIndent {
language = "md";
language = "markdown";
indentSize = 4;
})

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;
};
};