gpt4 book ai didi

html - 有没有办法防止 Prettier 接触 HTML 文件中的
 block ?

转载 作者:行者123 更新时间:2023-12-05 03:59:43 25 4
gpt4 key购买 nike

Prettier 通常在 HTML 上做得非常好,但会缩进 pre>code blocks。

我总是希望预>代码块不缩进。

似乎我应该能够在 .prettierignore 中配置它,但找不到可行的方法。

像这样的 block :

<pre class="line-numbers"><code class="language-json">"operations": [
"video-cloud/video/all",
"video-cloud/playlist/all",
"video-cloud/sharing-relationships/all",
"video-cloud/notifications/all"
]</code></pre>

像这样缩进:

      <pre class="line-numbers"><code class="language-json">"operations": [
"video-cloud/video/all",
"video-cloud/playlist/all",
"video-cloud/sharing-relationships/all",
"video-cloud/notifications/all"
]</code></pre>

我希望该 block 保持原状。

最佳答案

引用已删除的答案:

I personally don't use the extension but it seems like prettier has build in configuration for it: https://prettier.io/docs/en/ignore.html

IIUIC,解决办法是

<!-- prettier-ignore-start -->
block to keep
<!-- prettier-ignore-end -->

投票取消删除“cas v.l.”的答案因为它让我在几秒钟内找到了解决方案。

关于html - 有没有办法防止 Prettier 接触 HTML 文件中的 <pre><code> block ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56905952/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com