Align end-of-line comments

EditorConfig key: cpp-int-align-comments

Align end-of-line comments

cpp-int-align-comments

Align trailing comments across adjacent lines.

Default value:

false

Possible values:

  • true
  • false

Examples

true
int a   = 1; // one
int bbb = 2; // two
false
int a = 1; // one
int bbb = 2; // two