Skip to content

Commit fb68495

Browse files
committed
chore(git): enforce lf line endings in repository
- Add gitattributes configuration for consistent line endings across platforms - Configure lf eol for typescript, javascript, json, markdown, and yaml files
1 parent 9de4d85 commit fb68495

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Force LF line endings for all text files
2+
*.ts text eol=lf
3+
*.js text eol=lf
4+
*.json text eol=lf
5+
*.md text eol=lf
6+
*.yaml text eol=lf
7+
*.yml text eol=lf

0 commit comments

Comments
 (0)