Skip to content

Commit

Permalink
build(ui): Fix Windows UI lint (datahub-project#4556)
Browse files Browse the repository at this point in the history
Prettier expects LF line endings by default: https://prettier.io/docs/en/options.html#end-of-line
  • Loading branch information
mattmatravers authored Apr 5, 2022
1 parent b277048 commit c108b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.sh text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
gradlew text eol=lf
metadata-utils/src/test/resources/filterQuery/* text eol=lf

0 comments on commit c108b07

Please sign in to comment.