Open
Description
Tracking issue on the Razor side for adding editorconfig support in Razor.
Will likely need to discuss with Platform since the bulk of the work may need to be done on their side.
See 1) in: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1388770/ for original VSTS issue.
There are a few different aspects to .editorconfig support, with different statuses and priorities:
Current status:
- Support for
indent_size
,indent_style
etc. generic formatting properties, as per the original linked issue above- Blocked by the Visual Studio editor, tracked internally by https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1408493
- Support for start C# editor config controls in document formatting, eg code style
- Not supported, is possible with bigger architectural changes like Umbrella: Replace IDynamicDocumentInfoProviders #6919
- Support for razor specific editorconfig controls for formatting and other behaviours
- Tracked by Desired Razor Formatting changes #8413