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
|
||||
BinPackLongBracedList: false
|
||||
BinPackParameters: OnePerLine
|
||||
|
||||
# replace this when when github actions/ubuntu has a new enough LLVM version
|
||||
# BinPackParameters: OnePerLine
|
||||
BinPackParameters: true
|
||||
|
||||
AllowAllArgumentsOnNextLine: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user