Update .clang-format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2022-12-21 20:22:44 +01:00
parent 96135ff808
commit a3595e71a9
Signed by: apio
GPG Key ID: B8A7D06E42258954
17 changed files with 552 additions and 550 deletions

View File

@ -10,3 +10,5 @@ AllowShortIfStatementsOnASingleLine: Always
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: 'true'
PointerAlignment: Left
Cpp11BracedListStyle: 'false'
SpaceBeforeCpp11BracedList: 'true'