-
Notifications
You must be signed in to change notification settings - Fork 671
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
Automatic Formatting is using 4 spaces instead of what I set it to use #1015
Comments
From @mrmlnc on December 2, 2016 14:12 Language? |
From @Lazzu on December 2, 2016 14:12 C# |
From @mrmlnc on December 2, 2016 14:14 Is a random problem? I ask because we have similar problem with JS/TS (#15316). |
From @Lazzu on December 2, 2016 14:16 I haven't noticed it being random. |
From @jrieken on December 5, 2016 9:51 re microsoft/vscode#16386 (comment) - I don't think so |
This is essentially a duplicate of #93. For now, you can specify formatting settings using an omnisharp.json file. |
Just as an addition for those still struggling with old bugs: After changing the omnisharp.json file you must restart the Omnisharp server. |
From @Lazzu on December 2, 2016 14:10
Steps to Reproduce:
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnType": false,
"editor.formatOnSave": true
Copied from original issue: microsoft/vscode#16386
The text was updated successfully, but these errors were encountered: