format: blank-indent.nix

This commit is contained in:
2026-09-23 17:44:23 +02:00
parent 66335842b4
commit 103f515cd9
+6 -6
View File
@@ -1,10 +1,10 @@
{ ... }:
{
plugins.guess-indent = {
enable = true;
settings = {
underline.enable = true;
static.enable = true;
};
plugins.guess-indent = {
enable = true;
settings = {
underline.enable = true;
static.enable = true;
};
};
}