
I have validated that these settings closely match the existing coding style with one major exception on `BreakBeforeBraces`, which will be `Attach` going forward. The mixed `BreakBeforeBraces` styles in the current codebase are hard to imitate and also very odd IMHO - see below ``` if (a == 1) { /*Attach */ } ``` ``` if (a == 1 || b == 2) { /* Why? */ } ``` Please do NOT merge just yet. Will add the github action next once the style is reviewed/approved. --------- Signed-off-by: Ping Xie <pingxie@google.com>
17 lines
208 B
Plaintext
17 lines
208 B
Plaintext
# Don't format files copied from other sources.
|
|
lzf*
|
|
crccombine.*
|
|
crc16.c
|
|
crc16_slottable.h
|
|
crc64.c
|
|
crcspeed.*
|
|
fmtargs.h
|
|
mt19937-64.*
|
|
pqsort.*
|
|
setcpuaffinity.c
|
|
setproctitle.c
|
|
sha1.*
|
|
sha256.*
|
|
siphash.c
|
|
strl.c
|