How can I configure removing space between line comment slasles and text in Intellij IDEA?

intellij-idea

Solution

An alternative, not perfect though, is:

- Editor -> Code Style -> Java -> Code Generation

- Uncheck `Line Comment at first column`

The menu hierarchy is the one in Intellij IDEA 14.

Problem

If I want to comment line I use "Ctrl+/" and get the "//" at start of line Then I use auto formatting with "Ctrl+alt+L" keys and get At the end I must remove space between "//" and text manually every time... Can I do all of these steps in one time? I didn't find any settings for this...

Original source