From 5da6d996feb4b4c9e13f80976fd93717395af6fc Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 3 Aug 2022 14:35:05 +0300 Subject: [PATCH] Add clang-format file. --- .clang-format | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..a743a5e5c --- /dev/null +++ b/.clang-format @@ -0,0 +1,13 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +BreakBeforeBraces: Linux +SpaceBeforeParens: Always +AllowAllArgumentsOnNextLine: false +AlwaysBreakAfterReturnType: All +UseTab: ForIndentation +BinPackParameters: false +BinPackArguments: false +SpaceAfterLogicalNot: true +SpaceAfterCStyleCast: true +SortIncludes: Never +ReflowComments: false