mirror of
https://github.com/nix-community/flakelight.git
synced 2025-08-14 17:18:39 +02:00
Apply default formatter for .yaml file extension
This commit is contained in:
@ -21,6 +21,7 @@ in
|
||||
"*.nix" = "nixpkgs-fmt";
|
||||
"*.md" = "prettier --write";
|
||||
"*.json" = "prettier --write";
|
||||
"*.yaml" = "prettier --write";
|
||||
"*.yml" = "prettier --write";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user