Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Lowercasedonkey
Total activity
10
Last activity
March 25, 2024 14:43
Member since
November 10, 2023 06:05
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
November 12, 2023 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...
Community
WebStorm
Reformat is compressing lines of code into a single line
0 votes
Edited
November 12, 2023 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...
Community
WebStorm
Reformat is compressing lines of code into a single line
0 votes
Edited
November 10, 2023 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; }
Community
WebStorm
Reformat is compressing lines of code into a single line
0 votes
Edited
November 10, 2023 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...
Community
WebStorm
Reformat is compressing lines of code into a single line
0 votes
Edited
November 10, 2023 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...
Community
WebStorm
Reformat is compressing lines of code into a single line
0 votes