From f1c9a3b16be8f9b5f91a8a811e52347cda056ef3 Mon Sep 17 00:00:00 2001 From: Phil Bolduc Date: Tue, 21 Apr 2026 15:25:21 -0700 Subject: [PATCH] Ensure text files use lf, not crlf on Windows --- .gitattributes | 2 ++ biome.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8d9d713a..86ce68a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,5 @@ .canopy/schemas.jsonl merge=union .sapling/session.jsonl merge=union + +* text=auto eol=lf diff --git a/biome.json b/biome.json index a7ab9cea..60603001 100644 --- a/biome.json +++ b/biome.json @@ -32,6 +32,7 @@ "formatter": { "enabled": true, "indentStyle": "tab", - "lineWidth": 100 + "lineWidth": 100, + "lineEnding": "lf" } }