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.

貢獻者指南