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