diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..bba54fd --- /dev/null +++ b/.clang-format @@ -0,0 +1,6 @@ +BasedOnStyle: LLVM +UseTab: Always +TabWidth: 8 +IndentWidth: 8 + +BreakBeforeBraces: Linux