Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: force LF as linebreak-style when checking out the repo (#1227)
- Loading branch information
There are no files selected for viewing
| @@ -0,0 +1,6 @@ | ||
| # Auto detect text files and perform LF normalization | ||
| * text=auto | ||
|
|
||
| # JS and TS files must always use LF for tools to work | ||
| *.js eol=lf | ||
| *.ts eol=lf |