Autoformat should remove spaces after (if, while, switch) statement conditional #10326
Labels
feature request
A request to make an enhancement (not a bug fix)
Upstream notified
Related to a software component maintained by someone else. They have been notified of it
Uh oh!
There was an error while loading. Please reload this page.
For example when the code looks like this:
it should be turned into:
Same applies to switches:
switch (character) {
it should be turned into:
switch (character) {
The text was updated successfully, but these errors were encountered: