ema
ema
- Your suggestions
- Your suggestions Sample: ```c# RichTextBox rtfBox = new(); using FileStream fs = File.OpenRead(path); rtfBox.Selection.Load(fs, DataFormats.Rtf); ```
- Your suggestions
- Your suggestions

Just like 7z: 
### Environment - Visual Studio version: [example 2022 Community] - CodeMaid version: [example 12.0] - Code language: [example C#] ### Description For csproj, I think it only requires automatic formatting...
Demo code: ```xaml ``` Rendering results: Before PR:  After PR: 
See https://www.w3.org/TR/2024/REC-WOFF2-20240808/ ### 3.1. Data types | Data Types | | | ----------- | ------------------------------------------------------------ | | UInt8 | 8-bit unsigned integer. | | Int16 | 16-bit signed integer in...
`e.OldStartingIndex` is 0 and `list.Count` is 0 Version: `` ``` System.ArgumentOutOfRangeException HResult=0x80131502 Message=索引超出范围。必须为非负值并小于集合大小。 Parameter name: index ```