Paste your C# code, and the tool re-indents it toward Microsoft's standard coding conventions.
The formatter follows Microsoft C# conventions including 4-space indentation, opening braces on new lines, and consistent spacing.
Yes, the formatter handles modern C# including LINQ, async/await, records, pattern matching, and nullable reference types.
Yes, the formatter works with Unity C# scripts. Unity uses standard C# syntax with Unity-specific APIs.