mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-21 23:13:09 +01:00
Apply default formatter for .yaml file extension
This commit is contained in:
parent
3b8c95b637
commit
b094ced95d
@ -21,6 +21,7 @@ in
|
||||
"*.nix" = "nixpkgs-fmt";
|
||||
"*.md" = "prettier --write";
|
||||
"*.json" = "prettier --write";
|
||||
"*.yaml" = "prettier --write";
|
||||
"*.yml" = "prettier --write";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user