mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
The change updates how clang-format is called in CI and locally, and adds prettier to the pre-commit hook. Proto files are now also formatted, while external files are excluded.
19 lines
338 B
JSON
19 lines
338 B
JSON
{
|
|
"architecture": [
|
|
{
|
|
"platform": "windows/amd64",
|
|
"runner": ["windows-latest"]
|
|
}
|
|
],
|
|
"os": [
|
|
{
|
|
"distro_name": "windows",
|
|
"distro_version": "",
|
|
"compiler_name": "",
|
|
"compiler_version": ""
|
|
}
|
|
],
|
|
"build_type": ["Debug", "Release"],
|
|
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
|
|
}
|