A C# formatter restructures C# code to follow the Allman brace style used in Microsoft's official .NET documentation — opening braces on their own line, aligned with the preceding statement. The formatter handles namespaces, classes, interfaces, properties, methods, async/await, and LINQ queries with proper indentation at each level.

0 lines / 0 chars
0 lines / 0 chars
Formatted C# will appear here...

Example Snippets