.bear-tidy-config
1 { 2 "output": { 3 "content": { 4 "include_only_existing_source": true, 5 "paths_to_include": [], 6 "paths_to_exclude": [ 7 "src/crc32c", 8 "src/crypto/ctaes", 9 "src/leveldb", 10 "src/minisketch", 11 "src/bench/nanobench.cpp", 12 "src/bench/nanobench.h", 13 "src/secp256k1" 14 ] 15 }, 16 "format": { 17 "command_as_array": true, 18 "drop_output_field": false 19 } 20 } 21 }