Space around attribute match operator

EditorConfig key: css-space-around-attribute-match-operator

Space around attribute match operator

css-space-around-attribute-match-operator

Default value:

false

Possible values:

  • true
  • false

Examples

true
a[href $= '.link']
false
a[href$='.link']