Force allman brace style in vscode

This commit is contained in:
Mike Bierlee 2021-08-24 21:19:10 +03:00
parent cf010cd002
commit 8bde8963c2

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"dfmt.braceStyle": "allman"
}