diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..8ba082a --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: LLVM +BreakBeforeBraces: Attach +BraceWrapping: + AfterLambda: false +ContinuationIndentWidth: 4 +IndentWidth: 4 +ColumnLimit: 120 +PointerAlignment: Left \ No newline at end of file