mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
style: alejandra
This commit is contained in:
parent
83a8308ed5
commit
897f7ce746
2 changed files with 16 additions and 16 deletions
|
@ -458,7 +458,7 @@ with builtins; {
|
|||
};
|
||||
|
||||
signcolumn = mkOption {
|
||||
description = " Show diagnostic sign column. Value can be `" yes "`, `" auto "`, `" no "`.";
|
||||
description = ''Show diagnostic sign column. Value can be `"yes"`, `"auto"` or`"no"`.'';
|
||||
type = types.enum ["yes" "auto" "no"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue