主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Lowercasedonkey
活动总数
10
最后的活动
2024年03月25日 14:43
成员加入日期
2023年11月10日 06:05
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年11月12日 17:35
To be clear, I don't mindfunction foo() { if (true) return; else return; }What I never want isfunction foo() { if (true) return; else return; }When you say “the second re-formatting rem...
社区
WebStorm
Reformat is compressing lines of code into a single line
0 票
已编辑于
2023年11月12日 00:01
I got hit with “pending approval” again in my comment for sharing a link to the files on onedrive, and I can't see a way to attach a zip directly. My previous comment still has not cleared.On one d...
社区
WebStorm
Reformat is compressing lines of code into a single line
0 票
已编辑于
2023年11月10日 17:27
Sorry, my comment seems to be stuck “pending approval.”But in a nutshell, it does it with the default profile and this snip:function foo() { if (true) return; else return; }
社区
WebStorm
Reformat is compressing lines of code into a single line
0 票
已编辑于
2023年11月10日 17:10
function foo () { if (true) return; else return; }<code_scheme name="Project" version="173"> <option name="OTHER_INDENT_OPTIONS"> <value> <option name="USE_TAB_CHARACTER" va...
社区
WebStorm
Reformat is compressing lines of code into a single line
0 票
已编辑于
2023年11月10日 16:58
Unfortunately no. I did try that.edit: and to be clear, it's not a matter of keep or not. The “reformatting” I desire is to not have two lines of code on the same line. It's very weird it would sta...
社区
WebStorm
Reformat is compressing lines of code into a single line
0 票