-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets not behaving correctly #7540
Comments
Moving to TS. We pass the right option to the tsserver. |
This is because the tsserver considers only |
@zhengbli What is the correct option to use for |
@bcherny no corresponding rule has been provided. But that should be easy to add, I'll send a PR soon. |
From @sofianhn on March 15, 2016 21:7
VSCode Version: 0.10.12
OS Version: OSX
Default initializers on required parameters #4022
Steps to Reproduce:
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true
to the workspace settings.if (x) {var x = 1;}
if (x) { var x = 1; }
if (x) { var x = 1; }
but expectedif (x) {var x = 1;}
Copied from original issue: microsoft/vscode#4279
The text was updated successfully, but these errors were encountered: