-
Notifications
You must be signed in to change notification settings - Fork 13.3k
space-before-function-paren #12234
Copy link
Copy link
Closed
Labels
Domain: FormatterThe issue relates to the built-in formatterThe issue relates to the built-in formatterFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Metadata
Metadata
Assignees
Labels
Domain: FormatterThe issue relates to the built-in formatterThe issue relates to the built-in formatterFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
From @aochsner on November 11, 2016 22:19
We use space-before-function-paren in our eslint rules for readability. I'd like an option to format to this behavior
Steps to Reproduce:
function foo () { }function foo() { }with no mechanism to overrideCopied from original issue: microsoft/vscode#15386