feat: editorconfig support for 0.9.0

This commit is contained in:
NotAShelf 2023-04-17 18:52:35 +03:00
parent af0c6ea087
commit 2d4f2ed91d
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -139,5 +139,10 @@ with builtins; {
default = true;
description = "New splits will open to the right";
};
enableEditorconfig = mkOption {
type = types.bool;
default = false;
description = "Follow editorconfig rules in current directory"
};
};
}