From e5ffccee42cceb3d3a0368206e07ccaab8c0981c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 25 Mar 2021 21:44:52 -0700 Subject: [PATCH] Add clang-format settings --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..0d6d3bd --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +--- +BasedOnStyle: LLVM +IndentWidth: 2