mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
build(ui): Fix Windows UI lint (#4556)
Prettier expects LF line endings by default: https://prettier.io/docs/en/options.html#end-of-line
This commit is contained in:
parent
b277048b72
commit
c108b07707
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,3 +1,5 @@
|
|||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
*.ts text eol=lf
|
||||||
|
*.tsx text eol=lf
|
||||||
gradlew text eol=lf
|
gradlew text eol=lf
|
||||||
metadata-utils/src/test/resources/filterQuery/* text eol=lf
|
metadata-utils/src/test/resources/filterQuery/* text eol=lf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user