Eclipse 代码格式化程序:空块中的间距

发布于 2024-12-01 07:42:08 字数 150 浏览 0 评论 0原文

我将 Eclipse 代码格式化程序配置为在一行中显示空块的括号。现在我的项目 checkstyle 配置需要这些括号之间有间距。是否可以告诉 Eclipse 这样做。

例如: emptyMethod() { }

感谢您的帮助。

i configured the eclipse code formatter to display an empty block's brackets in one line. Now my projects checkstyle configuration requires spacing between these brackets. Is it possible to tell Eclipse to do this.

e.g.: emptyMethod() { }

Thanks for any help.

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

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

发布评论

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

评论(1

云之铃。 2024-12-08 07:42:08

据我所知,Eclipse 格式化程序无法在大括号之间添加空格。
作为解决方法,我从 checkStyle 插件配置中删除了“WhitespaceAround”规则。

As far as I know there is no way to put a space between the braces with the Eclipse formatter.
As a workaround I removed the "WhitespaceAround" rule from the checkStyle plugin configuration.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文