Just to add copy & paste solution to the answer by @paulsm4:
Add these lines to .vscode/settings.json:
.vscode/settings.json
{ "intelephense.format.braces": "k&r", }
Posssible values are:
psr12
allman
k&r