diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..08e0c06 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +--- +Language: Cpp +BasedOnStyle: LLVM +ConstructorInitializerIndentWidth: 8 +ContinuationIndentWidth: 8 +IndentWidth: 4 +InsertNewlineAtEOF: true +PointerAlignment: Left +SpacesBeforeTrailingComments: 2