mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
use bool, not OnePerLine
This commit is contained in:
parent
127690ce50
commit
d164078b56
@ -8,7 +8,10 @@ AllowShortFunctionsOnASingleLine: None
|
|||||||
|
|
||||||
BinPackArguments: false
|
BinPackArguments: false
|
||||||
BinPackLongBracedList: false
|
BinPackLongBracedList: false
|
||||||
BinPackParameters: OnePerLine
|
|
||||||
|
# replace this when when github actions/ubuntu has a new enough LLVM version
|
||||||
|
# BinPackParameters: OnePerLine
|
||||||
|
BinPackParameters: true
|
||||||
|
|
||||||
AllowAllArgumentsOnNextLine: true
|
AllowAllArgumentsOnNextLine: true
|
||||||
AllowAllParametersOfDeclarationOnNextLine: true
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user