mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore: reformat
This commit is contained in:
parent
cad40720a6
commit
f147295418
5 changed files with 8 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ in {
|
|||
yamlfmt.enable = true;
|
||||
};
|
||||
settings.formatter = {
|
||||
yamlfmt.excludes = ["templates/nix-gitlab-ci.yml"];
|
||||
yamlfmt.excludes = ["templates/nix-gitlab-ci.yml" ".gitlab-ci.yml"];
|
||||
mdformat.command = let
|
||||
pkg = pkgs.python3.withPackages (p: [
|
||||
p.mdformat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue