For instance, I prefer to see: ```powershell if (Test-Path foo) { "Foo exists!" } ``` instead of ```powershell if(Test-Path foo) { "Foo exists!" } ``` Same would apply to other keywords: `elseif`, `for`, `foreach`, `while`, `switch`, etc.