From 864fdfe717c831b09dc3eaf21faf70f37ce56586 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Sat, 31 Jan 2026 15:48:19 -0800 Subject: [PATCH] chore: enforce LF line endings for all text files Amp-Thread-ID: https://ampcode.com/threads/T-019c1674-603d-7052-bec9-255b429953cc Co-authored-by: Amp --- .gitattributes | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.gitattributes b/.gitattributes index 17591e2d4..c153cc320 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +1,5 @@ -# Default -* text=auto - -# Force TS to LF to make the unixy scripts not break on Windows -*.cjs text eol=lf -*.js text eol=lf -*.json text eol=lf -*.mjs text eol=lf -*.mts text eol=lf -*.snap text eol=lf -*.ts text eol=lf -*.vue text eol=lf -*.yaml text eol=lf -*.yml text eol=lf +# Force all text files to use LF line endings +* text=auto eol=lf # Generated files packages/registry-types/src/comfyRegistryTypes.ts linguist-generated=true