mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
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
7 lines
122 B
Plaintext
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
|