bitcoin/src/.bear-tidy-config

22 lines
434 B
Plaintext
Raw Normal View History

2022-04-25 11:33:32 +02:00
{
"output": {
"content": {
"include_only_existing_source": true,
"paths_to_include": [],
"paths_to_exclude": [
"src/crc32c",
"src/crypto/ctaes",
"src/leveldb",
"src/minisketch",
2023-10-04 13:53:40 +02:00
"src/bench/nanobench.cpp",
"src/bench/nanobench.h",
"src/secp256k1"
2022-04-25 11:33:32 +02:00
]
},
"format": {
"command_as_array": true,
"drop_output_field": false
}
}
}