"Looks and reads better" is purely your opinion, others will disagree. Personally, I find it less readable because now there are two statements on one line, and two different ways to read an if.
If you're happy with it in your code, feel free, nobody is going to mind. However, the style guide is designed for wide usage and consistency. There's no need for a different rule for one-line versus multi-line conditionals.