抱歉想問一下
Angular專案最近把node_module移除後npm i ,然後html的版型跑掉了。
原本是
<div
class=""
fxLayoutGap="8px"
fxLayout="column"
fxLayoutAlign="stretch start">
這樣的排版
但是更新後變成
<div class="" fxLayoutGap="8px" fxLayout="column" fxLayoutAlign="stretch start">
使用的格式化工具為Prettier(9.0.0)和EsLint
網路上查到可能有關的參數為
“prettier.printWidth”: 100,
“prettier.proseWrap”: “preserve”,
想問是動到了什麼設定了嗎?
感謝