Space within function parentheses
EditorConfig key: css-space-within-function-parentheses
Space within function parentheses
css-space-within-function-parentheses
Default value:
false
Possible values:
true
false
Examples
true
rgb( 1, 1, 1 )
false
rgb(1, 1, 1)