Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix line-endings conflict between prettier and git
The git attribute normalizes line endings for checkout and pushing depending on the user's OS. See https://git-scm.com/docs/gitattributes#_end_of_line_conversion The prettier config does the same, so the working directory is not polluted when running prettier. https://prettier.io/docs/en/options#end-of-line
- Loading branch information