diff --git a/.gitattributes b/.gitattributes index af4b6adbc9..749554ee14 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,9 +2,13 @@ * 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 *.ts text eol=lf *.vue text eol=lf -*.js text eol=lf # Generated files src/types/comfyRegistryTypes.ts linguist-generated=true diff --git a/src/components/input/SearchBox.vue b/src/components/input/SearchBox.vue index 462668a123..0e60be550c 100644 --- a/src/components/input/SearchBox.vue +++ b/src/components/input/SearchBox.vue @@ -13,7 +13,7 @@