mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
feat: editorconfig support for 0.9.0
This commit is contained in:
parent
af0c6ea087
commit
2d4f2ed91d
1 changed files with 5 additions and 0 deletions
|
@ -139,5 +139,10 @@ with builtins; {
|
|||
default = true;
|
||||
description = "New splits will open to the right";
|
||||
};
|
||||
enableEditorconfig = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Follow editorconfig rules in current directory"
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue