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