Style: No break before list brace
clang-format does not handle that well *at all*.
For the reference, found the relevant pieces of code with:
`ag "=[ "$'\t'"]?"$'\n'"[ "$'\t'"]?{" --ignore=thirdparty`
This commit is contained in:
parent
3890256fc5
commit
40323407df
6 changed files with 7 additions and 14 deletions
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
#include "typedefs.h"
|
||||
|
||||
static const uint32_t tables[256*3] =
|
||||
{
|
||||
static const uint32_t tables[256*3] = {
|
||||
/* y_table */
|
||||
0x7FFFFFEDU,
|
||||
0x7FFFFFEFU,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue