diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 88a85d3..e3c606a 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -11,6 +11,7 @@ overrides: options: parser: "markdown" # proseWrap: "preserve" + - files: "*.toml" - files: "*.yaml" options: parser: "yaml" diff --git a/template/{% if prettier %}.prettierrc.yaml{% endif %}.jinja b/template/{% if prettier %}.prettierrc.yaml{% endif %}.jinja index 88a85d3..e3c606a 100644 --- a/template/{% if prettier %}.prettierrc.yaml{% endif %}.jinja +++ b/template/{% if prettier %}.prettierrc.yaml{% endif %}.jinja @@ -11,6 +11,7 @@ overrides: options: parser: "markdown" # proseWrap: "preserve" + - files: "*.toml" - files: "*.yaml" options: parser: "yaml"