在所有文件中插入空格而不是制表符

发布于 2024-09-14 02:35:40 字数 150 浏览 9 评论 0原文

我们的单元测试设置确保您在所有文件(包括 .jsp 和 jspx)中使用空格而不是制表符。我已经为通用编辑器设置了此选项,但 jsp 编辑器无法识别/看到此选项,并且仍然继续使用制表符而不是空格。

有没有办法强制jsp编辑器插入空格而不是制表符?

:)

Our unit testing setup makes sure you use spaces instead of tabs in all files, including .jsp and jspx. I have set this option for the general editor but the jsp editor does not recognize/see this option and still continues to use tabs instead of spaces.

Is there a way to force the jsp editor to insert spaces instead of tabs?

:)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葬シ愛 2024-09-21 02:35:40

转到窗口 >首选项并在以下类别中设置选项使用空格缩进

  • Web > HTML 文件 >编辑器(涵盖 JSP)
  • XML > XML 文件>编辑器(涵盖 JSPX 和 Facelets)
  • Web > CSS 文件>编辑器(您也想涵盖这一点)

Go to Window > Preferences and set option Indent using spaces in the following categories:

  • Web > HTML files > Editor (covers JSP)
  • XML > XML files > Editor (covers JSPX and Facelets)
  • Web > CSS files > Editor (you'd like to cover this as well)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文