dotnet/roslyn

Add new line formatting analyzer rules to Code Cleanup

开放

#56,211 创建于 2021年9月6日

 (5 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEConcept-Continuous ImprovementIDE-Formatterhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Version Used:

latest vs 2022 as of writing

Steps to Reproduce:

  1. Create sample maui app
  2. make a mess out of default formatting (spurious new lines, messed indentations etc.)
  3. run code clean up profile with code formatting included
  4. nothing happen to messed formatting

Expected Behavior:

Formatting apply as specified in text editor settings

Actual Behavior: formatting remains unchanged

I hope it is right place to report such thing. Similar issues where converted to roslyn tickets from vs feedback system.

贡献者指南