summaryrefslogtreecommitdiff
path: root/tests/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'tests/.clang-format')
-rw-r--r--tests/.clang-format13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/.clang-format b/tests/.clang-format
new file mode 100644
index 00000000..2b2c71ac
--- /dev/null
+++ b/tests/.clang-format
@@ -0,0 +1,13 @@
+BasedOnStyle: Google
+
+AccessModifierOffset: -4
+AlignOperands: false
+AllowShortFunctionsOnASingleLine: Inline
+AlwaysBreakBeforeMultilineStrings: false
+ColumnLimit: 100
+CommentPragmas: NOLINT:.*
+ConstructorInitializerIndentWidth: 6
+ContinuationIndentWidth: 8
+IndentWidth: 4
+PenaltyBreakBeforeFirstCallParameter: 100000
+SpacesBeforeTrailingComments: 1 \ No newline at end of file