Tiny .clang-format tweak

This commit is contained in:
Johan Malm 2020-09-28 21:35:18 +01:00
parent 56ce0893e0
commit 53b360dd11
6 changed files with 5 additions and 95 deletions

View file

@ -3,6 +3,7 @@ TabWidth: 8
IndentWidth: 8
ContinuationIndentWidth: 8
ColumnLimit: 80
AlignAfterOpenBracket: Align
AlignOperands: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false