mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
b2408ad804
add eol=lf for *.tsx files declaration in .gitattributes Closes #45996 Signed-off-by: Caleb Anderson <2682726+calebd-anderson@users.noreply.github.com>
25 lines
488 B
Plaintext
25 lines
488 B
Plaintext
* text=auto
|
|
|
|
*.html text eol=lf
|
|
*.java text eol=lf
|
|
*.js text eol=lf
|
|
*.tsx text eol=lf
|
|
*.json text eol=lf
|
|
*.jsp text eol=lf
|
|
*.md text eol=lf
|
|
*.properties text eol=lf
|
|
*.sh text eol=lf
|
|
*.svg text auto
|
|
*.xml text eol=lf
|
|
*.xsl text eol=lf
|
|
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.otf binary
|
|
*.woff binary
|
|
# See https://github.com/approvals/ApprovalTests.Java#approved-file-artifacts (used in golden testing for help output of quarkus based dist)
|
|
*.approved.* binary
|