From: Ruben Kerkhof Date: Mon, 1 Aug 2016 15:48:59 +0000 (+0200) Subject: Add a config file for clang-format X-Git-Tag: collectd-5.6.0~131^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b5b0dbd7204bdbe796956092f5abb247ace62057;p=collectd.git Add a config file for clang-format To use it, use `clang-format --style=file` --- diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..70f50ad5 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: LLVM +IncludeCategories: + - Regex: '"collectd.h"' + - Priority: -1