mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
This change reverts the formatting applied to external files and adds formatting of proto files. As clang-format will complain if a proto file is modified or moved, since the .clang-format file does not explicitly contain a section for proto files, the change has been included in this PR as well.
20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"cmakeMinimumRequired": {"major": 3, "minor": 21, "patch": 0},
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "dev-mode",
|
|
"displayName": "Development mode (intended only for developers of the library)",
|
|
"cacheVariables": {
|
|
"SECP256K1_EXPERIMENTAL": "ON",
|
|
"SECP256K1_ENABLE_MODULE_RECOVERY": "ON",
|
|
"SECP256K1_BUILD_EXAMPLES": "ON"
|
|
},
|
|
"warnings": {
|
|
"dev": true,
|
|
"uninitialized": true
|
|
}
|
|
}
|
|
]
|
|
}
|