18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
* text=auto
|
|
|
|
# Force Unix line endings for source files
|
|
*.md text eol=lf
|
|
*.ts text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.yml text eol=lf
|
|
*.tsx text eol=lf
|
|
*.jsx text eol=lf
|
|
*.css text eol=lf
|
|
*.scss text eol=lf
|
|
*.html text eol=lf
|
|
|
|
# Force Windows line endings for build artifacts
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|