about summary refs log tree commit diff stats
path: root/test/src/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/.clang-format')
-rw-r--r--test/src/.clang-format8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/src/.clang-format b/test/src/.clang-format deleted file mode 100644 index 111249f..0000000 --- a/test/src/.clang-format +++ /dev/null
@@ -1,8 +0,0 @@
1---
2BasedOnStyle: LLVM
3IndentWidth: '4'
4SpaceAfterCStyleCast: 'true'
5ColumnLimit: 400
6AllowShortFunctionsOnASingleLine: None
7IndentCaseLabels: 'true'
8...