From 582af2ba983e65c937924e895b17ed9ac0502560 Mon Sep 17 00:00:00 2001 From: wont-stream <143244075+wont-stream@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:24:08 -0400 Subject: [PATCH] fix: ensure consistent line ending in JavaScript formatter configuration --- biome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/biome.json b/biome.json index 7a4ebf1..640ccfa 100644 --- a/biome.json +++ b/biome.json @@ -27,6 +27,7 @@ "formatter": { "quoteStyle": "double", "indentStyle": "tab", + "lineEnding": "lf", "jsxQuoteStyle": "double", "semicolons": "always" }