Do you sometimes skip braces?

This isn’t a thread about if it’s a good/bad idea to skip braces, I just want to know if you personally do it, and if you do when?

I normally skip braces in loops if I don’t need them, especially if it’s two loops, a if statement, and then a method. Since I don’t think having three end braces in a row improve readability of the code. But I never skip braces if I need to use a else statement, since I think that makes it more difficult to read the code.