Files
ComfyUI_frontend/.gitattributes
Alex "mcmonkey" Goodwin d5b4311e24 run formatter and add .js to gitattributes (#673)
* run formatter and add .js to gitattributes

* remove npm format change
2024-08-28 17:21:07 -04:00

8 lines
139 B
Plaintext

# Default
* text=auto
# Force TS to LF to make the unixy scripts not break on Windows
*.ts text eol=lf
*.vue text eol=lf
*.js text eol=lf