How do i reformat java comments, to remove whitespaces in intellij?

Advertisements What IntelliJ format setting should be set to automatically change line comments to look like: validcode(); // comment1 // comment2 validCode(); from lookin like this: validcode(); // comment1 // comment2 validCode(); No result with all the settings i have tried. >Solution : There may be a way to do this via editor settings. But… Read More How do i reformat java comments, to remove whitespaces in intellij?