mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
enforce LF line endings on *.tsx files (#45997)
add eol=lf for *.tsx files declaration in .gitattributes Closes #45996 Signed-off-by: Caleb Anderson <2682726+calebd-anderson@users.noreply.github.com>
This commit is contained in:
parent
ddc79039ed
commit
b2408ad804
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -3,6 +3,7 @@
|
|||
*.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue