Space within empty function declaration parentheses
EditorConfig key: js-space-between-method-declaration-empty-parameter-list-parentheses
Space within empty function declaration parentheses
js-space-between-method-declaration-empty-parameter-list-parentheses
Default value:
false
Possible values:
true
false
Examples
true
function f( )
false
function f()