зеркало из https://github.com/Azure/BatchExplorer.git
Force package*.json to use LF
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:
Родитель
cb6f834228
Коммит
dbe42a7077
|
@ -9,3 +9,6 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.{yml,json,bicep}]
|
||||
indent_size = 2
|
||||
|
||||
[package*.json]
|
||||
end_of_line = lf
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
* text=auto
|
||||
package*.json text eol=lf
|
||||
|
|
Загрузка…
Ссылка в новой задаче