Indent queries for formal parameters do not indent the first formal parameter properly. ```csharp void foo( int x, int y, int z ) {} ``` Expected: ```csharp void foo( int x, int y, int z ) {} ``` Actual: ```csharp void foo( int x, int y, int z ) {} ```
Indent queries for formal parameters do not indent the first formal parameter properly.
Expected:
Actual: