Attempt to force prettier to use lf for eol.

This commit is contained in:
Laurent Nguyen 2022-09-14 09:35:17 +02:00
Родитель 4871a9d953
Коммит 3c7b29458d
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -1 +1 @@
* text lf
* text=auto eol=lf

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

@ -319,6 +319,7 @@
"vsce": "2.8.0"
},
"prettier": {
"printWidth": 120
"printWidth": 120,
"endOfLine": "lf"
}
}