From f48760f965e2feb67019089286a093b015eb05d0 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 11 Mar 2020 23:14:13 +0000 Subject: [PATCH] Add a .clang-format --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..fc35d1d --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +TabWidth: 4 +UseTab: ForContinuationAndIndentation -- 2.30.2