Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.gitattributes
to fix prettier behavior on Windows
Since prettier enforces LF line endings, it would forcefully convert Windows' CLRF linebreaks on every run, causing undesired changes for contributors using Windows. This is taken from prettier's own `.gitattributes` file: https://github.com/prettier/prettier/blob/main/.gitattributes Signed-off-by: nscuro <nscuro@protonmail.com>
- Loading branch information