diff options
Diffstat (limited to 'test/src/.clang-format')
-rw-r--r-- | test/src/.clang-format | 8 |
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 | --- | ||
2 | BasedOnStyle: LLVM | ||
3 | IndentWidth: '4' | ||
4 | SpaceAfterCStyleCast: 'true' | ||
5 | ColumnLimit: 400 | ||
6 | AllowShortFunctionsOnASingleLine: None | ||
7 | IndentCaseLabels: 'true' | ||
8 | ... | ||