diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..c039979 --- /dev/null +++ b/.clang-format @@ -0,0 +1,11 @@ +# Google style C++ Code Style settings +# https://clang.llvm.org/docs/ClangFormatStyleOptions.html + +Language: Cpp +BasedOnStyle: Google +AccessModifierOffset: -1 +AlignAfterOpenBracket: Align +AlignOperands: Align +AllowAllArgumentsOnNextLine: true +ColumnLimit: 80 +BreakBeforeBraces: Allman