code style

Answered

if(condition){
    foo();
} else{
    foo();
}

How to remove a space before an "else" in code style settings?

0
1 comment

In `File | Settings | Editor | Code Style | C# | Spaces` find the "Before other Parentheses" section. Set off the "Between keyword and expression" checkbox. 

0

Please sign in to leave a comment.