From 141a690201b66b472ebaa6b474208a70fa8ab69e Mon Sep 17 00:00:00 2001 From: ahgraber Date: Sun, 12 May 2024 21:15:40 -0400 Subject: [PATCH] feat: improve + standardize configs across projects --- .prettierrc.yaml | 1 + template/{% if prettier %}.prettierrc.yaml{% endif %}.jinja | 1 + 2 files changed, 2 insertions(+) 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"