From 11945e7cb8d800c1279bc6d77711bfb0933d366a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 10 Nov 2025 16:19:48 +0000 Subject: [PATCH] chore: enforce lf for biome --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b3e34af --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +biome.json text eol=lf