From 2b14da712b5473f4ddb7795a79a5e051de813222 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 3 Jan 2026 07:37:14 +0000 Subject: [PATCH 1/2] Make prettier more compatible with yamlfix --- .prettierrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierrc b/.prettierrc index 4a36aae8..e0af3cff 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,6 +4,7 @@ "files": ["*.yaml", "*.yml"], "options": { "singleQuote": true, + "printWidth": 100", "printWidth": 100 } } From 63942af74d3513bc9c33ea54fb688fb10a052537 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 3 Jan 2026 07:46:50 +0000 Subject: [PATCH 2/2] Fix prettier config --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index e0af3cff..a6c3428b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,7 +4,7 @@ "files": ["*.yaml", "*.yml"], "options": { "singleQuote": true, - "printWidth": 100", + "printWidth": 100, "printWidth": 100 } }