Any

Results 1 issues of Any

Typing brace and follow the newline in the editor will lead to incorrect indentation in Visual Studio style. the bug is like this: ``` c# if(true) { if(false) { do...