Allow far alignment

EditorConfig key: cpp-allow-far-alignment

Allow far alignment

cpp-allow-far-alignment

If true, allow alignment even when the construct sits past ~2/3 of the hard-wrap limit.

Default value:

false

Possible values:

  • true
  • false

Examples

true
int x                      = 1;
int y                      = 22;
false
int x = 1;
int y = 22;