Files
ComfyUI_frontend/.gitattributes
Alex "mcmonkey" Goodwin 6fed739402 add a git attributes file (#672)
set all ts and vue scripts as LF on Windows as there are scripts (eg the prettier format script) that will break with windows format
2024-08-28 17:03:38 -04:00

7 lines
122 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