NPM and Lerna have inconsistent behavior around line endings
depending on the versions used. Forcing these files to be LF
on all platforms gets around these issues.
This commit is contained in:
David Watrous 2023-03-18 11:19:51 -04:00
Родитель cb6f834228
Коммит dbe42a7077
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -9,3 +9,6 @@ trim_trailing_whitespace = true
[*.{yml,json,bicep}]
indent_size = 2
[package*.json]
end_of_line = lf

1
.gitattributes поставляемый
Просмотреть файл

@ -1 +1,2 @@
* text=auto
package*.json text eol=lf