feat(flake): md & git linter and formatter init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-20 21:59:26 +03:00
parent 62f0acd236
commit ac5af07119

View file

@ -670,6 +670,14 @@
"*.nix" "*.nix"
]; ];
}; };
"mdformat" = {
enable = true;
priority = 2;
includes = [
"*.md"
];
};
}; };
settings = { settings = {
@ -714,6 +722,14 @@
"statix" = { "statix" = {
enable = true; enable = true;
}; };
"markdownlint" = {
enable = true;
};
"gitlint" = {
enable = true;
};
}; };
}; };
}; };