From c759f8197932e131f2d50d443b4f20518e6de450 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 23 May 2024 15:00:40 -0400 Subject: [PATCH] chore: update .prettierrc --- .prettierrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.prettierrc b/.prettierrc index d04c3f1..6385d00 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,7 @@ overrides: - - files: "*.md" - options: - tabWidth: 2 + - files: + - "*.md" + - "citation.cff" + - ".prettierrc" + options: + tabWidth: 2