If statement bracket always on the new line
Hi, I cannot find a setting that would allow the curly bracket to stay next to if, while statement. It's always forced on new line for me. I need this behaviour:
if () {
}
while() {
}
Thanks
Please sign in to leave a comment.
Hello Tomas
Have you tried this setting ReSharper | Options | Code Editing | C# | Formatting Style | Braces Layout | Other | K&R style?
Thanks!