diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..b2b150518 --- /dev/null +++ b/.clang-format @@ -0,0 +1,11 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +IndentAccessModifiers: false +AccessModifierOffset: -4 +DerivePointerAlignment: false +PointerAlignment: Left +SortIncludes: CaseSensitive +IndentPPDirectives: BeforeHash +AlignAfterOpenBracket: BlockIndent +BinPackArguments: false +BinPackParameters: false