forked from mirrors/nixpkgs
lib/*: editorconfig fixes
This commit is contained in:
parent
b3d71cd63d
commit
c8500de47b
|
@ -7,7 +7,7 @@
|
|||
# Always defined, but the value depends on the presence of an option.
|
||||
config = {
|
||||
value = if options ? enable then 360 else 7;
|
||||
}
|
||||
}
|
||||
# Only define if possible.
|
||||
// lib.optionalAttrs (options ? enable) {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue