aboutsummaryrefslogtreecommitdiffstats
path: root/lib/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'lib/.clang-format')
-rw-r--r--lib/.clang-format14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/.clang-format b/lib/.clang-format
new file mode 100644
index 000000000..b4846b63a
--- /dev/null
+++ b/lib/.clang-format
@@ -0,0 +1,14 @@
+# Minimal clang-format version is 8
+
+BasedOnStyle: GNU
+UseTab: Always
+SpaceAfterCStyleCast: true
+SortIncludes: false
+AlignConsecutiveMacros: true
+BreakBeforeTernaryOperators: false
+BreakBeforeBinaryOperators: None
+ContinuationIndentWidth: 2
+
+ForEachMacros:
+ - 'interest_manifest_foreach_suffix'
+