Fixed description indentation

This commit is contained in:
Theodor Bjorkman 2025-03-05 10:12:30 +01:00
commit 77e4f28522

View file

@ -24,7 +24,7 @@ in {
default = false;
description = ''
Any time the ui menu is closed then we will save the
state back to the backing list, not to the fs
state back to the backing list, not to the fs
'';
};
sync_on_ui_close = mkOption {
@ -32,7 +32,7 @@ in {
default = false;
description = ''
Any time the ui menu is closed then the state of the
list will be sync'd back to the fs
list will be sync'd back to the fs
'';
};
key = mkOption {
@ -44,7 +44,7 @@ in {
'';
description = ''
How the out list key is looked up. This can be useful
when using worktrees and using git remote instead of file path
when using worktrees and using git remote instead of file path
'';
};
};