Add a config file for clang-format

To use it, use `clang-format --style=file`
This commit is contained in:
Ruben Kerkhof
2016-08-01 17:48:59 +02:00
parent b599cc64d3
commit b5b0dbd720

5
.clang-format Normal file
View File

@@ -0,0 +1,5 @@
---
BasedOnStyle: LLVM
IncludeCategories:
- Regex: '"collectd.h"'
- Priority: -1