An action that checks code format using clang-format tool. Suitable for projects built on C, C++, C#, Objective-C. It automatically checks the source file's code format, and if there is any code ...
直接在浏览器中打开 dist/index.html 无需 Web 服务器! clang-format-ui/ ├── public/ │ └── manifest.json # PWA 配置 ├── src/ │ ├── core/ # 业务逻辑 │ │ ├── config-store.ts # 配置状态管理 │ │ └── formatter.ts # 格式化服务 │ ├── ui/ # ...