mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 00:55:54 +00:00
filetype no work
This commit is contained in:
parent
535d58afba
commit
8d8f9dd794
3 changed files with 7 additions and 7 deletions
|
|
@ -208,7 +208,7 @@ in {
|
|||
})
|
||||
|
||||
(setLanguageIndent {
|
||||
language = "md";
|
||||
language = "markdown";
|
||||
indentSize = 4;
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ in {
|
|||
indentSize = mkOption {
|
||||
description = "Sets the indent size in spaces for .nix files";
|
||||
type = int;
|
||||
default = 2;
|
||||
default = 10;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue