diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..2e7ae72 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +BasedOnStyle: LLVM +AlwaysBreakTemplateDeclarations: "Yes" +AlignEscapedNewlines: Left +BreakBeforeBraces: Allman +FixNamespaceComments: "true" +UseTab: Never +IndentWidth: 2 +TabWidth: 2 +ColumnLimit: 100