-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Description
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
- VSCode Version: 1.7.1
- OS Version: macOS Sierra 10.12.1
Steps to Reproduce:
- Type
function foo () { }
- Format the code (if it doesn't auto-format)
- Code is formatted to
function foo() { }
with no mechanism to override
Copied from original issue: microsoft/vscode#15386
Abijeet, hxshandle, AbijeetP, wzhudev and JDziurlaj
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