2024-03-24 11:31:50 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.sleuth.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
example = {
|
|
|
|
plugins.sleuth = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
2024-09-08 13:52:18 +01:00
|
|
|
heuristics = 1;
|
|
|
|
gitcommit_heuristics = 0;
|
|
|
|
no_filetype_indent_on = 1;
|
2024-03-24 11:31:50 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|