Ilya Maykov
Ilya Maykov
Added a .clang-format file and auto-formatted almost all first-party code (all except `core/include/config.h` and the auto-generated file `core/src/checks/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h`).
Constant generation for my project got broken by PR #3288. I can't copy-paste a repro directly because of closed source blah blah blah, will try to get a minimal repro...
When using `impl_debug(true)` together with `default_alias_style(bindgen::AliasVariation::NewTypeDeref)` and generating bindings to a C union which has a typedef alias, the generated Rust code has a `Debug` implementation for the C union...