https://github.com/ghaztools/metricproducer
https://github.com/ghaztools/metricproducer
clang-format cpp17 kafka rdkafka
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghaztools/metricproducer
- Owner: GhazTools
- Created: 2024-07-06T02:17:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:22:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T23:15:20.937Z (over 1 year ago)
- Topics: clang-format, cpp17, kafka, rdkafka
- Language: C++
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MetricProducer
## Running Clang Format
```bash
find . -iname '*.cpp' -o -iname '*.hpp' | xargs clang-format -i
```