-
Notifications
You must be signed in to change notification settings - Fork 418
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
Formatting options #31
Comments
Closed
config dump in here: https://github.com/OmniSharp/omnisharp-roslyn/tree/joh/codeformat |
We should look at editor config too |
@Mpdreamz said he'd look at EditorConfig. @Yantr.io has offered to help with web UI for configuration. |
Assigning this to me since I'm taking a stab at plugging editorconfig in. Finally making use of the rewrite to managed code :D https://www.nuget.org/packages/editorconfig |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to serialize these http://source.roslyn.codeplex.com/#Microsoft.CodeAnalysis.CSharp.Workspaces/Formatting/CSharpFormattingOptions.cs,dac739b7b8a53984
and http://source.roslyn.codeplex.com/#Microsoft.CodeAnalysis.Workspaces/Formatting/FormattingOptions.cs,2ce68197c6bbf674
into the config file, and load them on solution start into Workspace.Options
We also need a web UI for managing these.
The text was updated successfully, but these errors were encountered: