Files
collectd/.clang-format
Ruben Kerkhof b5b0dbd720 Add a config file for clang-format
To use it, use `clang-format --style=file`
2016-08-02 09:03:16 +02:00

6 lines
85 B
YAML

---
BasedOnStyle: LLVM
IncludeCategories:
- Regex: '"collectd.h"'
- Priority: -1