style: alejandra

This commit is contained in:
raf 2023-07-30 13:41:07 +03:00
parent 83a8308ed5
commit 897f7ce746
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 16 additions and 16 deletions

View file

@ -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"];
};