code style
Answered
if(condition){
foo();
} else{
foo();
}
How to remove a space before an "else" in code style settings?
Please sign in to leave a comment.
In `File | Settings | Editor | Code Style | C# | Spaces` find the "Before other Parentheses" section. Set off the "Between keyword and expression" checkbox.