From 46a88f1dfa261e30c5f1cd5ad2192dd0b607a1fc Mon Sep 17 00:00:00 2001 From: camc314 <18101008+camc314@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:58:34 +0000 Subject: [PATCH] test(oxlint): update `.gitattributes` to force `lf` line endings (#14404) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 17b977f2b8c4a..6d542d0c7c92f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ apps/oxfmt/tests/fixtures/** text=auto eol=lf +apps/oxlint/test/fixtures/** text=auto eol=lf