diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..7631cd1a --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: LLVM +ColumnLimit: 100 +IndentWidth: 4 +...