Space around binary operator

EditorConfig key: cpp-space-around-binary-operator

Space around binary operator

cpp-space-around-binary-operator

Default value:

true

Possible values:

  • true
  • false

Examples

true
a + b
false
a+b