ruff: set default for settings

This commit is contained in:
Gaetan Lepage 2026-02-21 09:49:27 +01:00 committed by Austin Horstman
parent 436b27742c
commit 44773e1925

View file

@ -21,6 +21,7 @@ in
settings = lib.mkOption {
type = settingsFormat.type;
default = { };
example = lib.literalExpression ''
{
line-length = 100;