chore: move utility scripts under scripts (#1746)

This commit is contained in:
leejet
2026-07-05 18:48:18 +08:00
committed by GitHub
parent c674225b38
commit dff0e88265
11 changed files with 35 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ PRs should include:
Format code according to the repository style before submitting changes.
Formatting follows `.clang-format` (Chromium base, 4-space indent, no tabs). Run `format-code.sh` before opening a PR. Keep C++ standard at C++17-compatible patterns used in this repo.
Formatting follows `.clang-format` (Chromium base, 4-space indent, no tabs). Run `scripts/format-code.sh` or `scripts/format-code.ps1` before opening a PR. Keep C++ standard at C++17-compatible patterns used in this repo.
Naming conventions: