mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
chore: enforce LF line endings for all text files
Amp-Thread-ID: https://ampcode.com/threads/T-019c1674-603d-7052-bec9-255b429953cc Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
16
.gitattributes
vendored
16
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user