Skip to content

Commit 864fdfe

Browse files
DrJKLampagent
andcommitted
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>
1 parent 20fdf46 commit 864fdfe

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.gitattributes

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
# Default
2-
* text=auto
3-
4-
# Force TS to LF to make the unixy scripts not break on Windows
5-
*.cjs text eol=lf
6-
*.js text eol=lf
7-
*.json text eol=lf
8-
*.mjs text eol=lf
9-
*.mts text eol=lf
10-
*.snap text eol=lf
11-
*.ts text eol=lf
12-
*.vue text eol=lf
13-
*.yaml text eol=lf
14-
*.yml text eol=lf
1+
# Force all text files to use LF line endings
2+
* text=auto eol=lf
153

164
# Generated files
175
packages/registry-types/src/comfyRegistryTypes.ts linguist-generated=true

0 commit comments

Comments
 (0)