Skip to content

Commit

Permalink
Add a config file for clang-format
Browse files Browse the repository at this point in the history
To use it, use `clang-format --style=file`
  • Loading branch information
rubenk committed Aug 2, 2016
1 parent b599cc6 commit b5b0dbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
BasedOnStyle: LLVM
IncludeCategories:
- Regex: '"collectd.h"'
- Priority: -1

0 comments on commit b5b0dbd

Please sign in to comment.