lib/*: editorconfig fixes

This commit is contained in:
zowoq 2020-07-31 15:07:33 +10:00
parent b3d71cd63d
commit c8500de47b

View file

@ -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;